aboutsummaryrefslogtreecommitdiff
path: root/url-picker
diff options
context:
space:
mode:
Diffstat (limited to 'url-picker')
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 57606d7..18ea015 100644
--- a/url-picker
+++ b/url-picker
@@ -16,7 +16,7 @@ my $url =
sub on_user_command {
my ($self, $cmd) = @_;
- if($cmd =~ s/^url-picker\b//) {
+ if ($cmd =~ s/^url-picker\b//) {
my $labels = {};
my $hrefs = {};
my $row = -1;