From 353202257e078cefee3972dd01b2c330c0823053 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Thu, 15 Aug 2013 16:44:48 +0200 Subject: [PATCH] Fix typo --- quotesite.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotesite.pl b/quotesite.pl index 6e4728b..889312a 100644 --- a/quotesite.pl +++ b/quotesite.pl @@ -74,7 +74,7 @@ my $quotesite_commands = { 'help' => sub { cmd_help(@_); - }. + }, 'enable' => sub { cmd_enable(@_); -- 1.8.3.1