aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reselect (renamed from url-picker)2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/reselect
index cce6d69..ba14191 100644
--- a/url-picker
+++ b/reselect
@@ -65,7 +65,7 @@ sub build_overlays {
sub on_user_command {
my ($self, $cmd) = @_;
- if ($cmd =~ s/^url-picker\b//) {
+ if ($cmd =~ s/^reselect\b//) {
my $rowmap = {};
my $row = 0;
my $base_col = 0;