From: Joey Hess Date: Thu, 8 May 2008 20:12:09 +0000 (-0400) Subject: paste-o X-Git-Tag: 2.46~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/489a6fc8bf363aa47cd0a28ab7cfce4254e69bb6?ds=inline paste-o --- diff --git a/IkiWiki/Plugin/amazon_s3.pm b/IkiWiki/Plugin/amazon_s3.pm index e1ce4ae08..187700f30 100644 --- a/IkiWiki/Plugin/amazon_s3.pm +++ b/IkiWiki/Plugin/amazon_s3.pm @@ -17,7 +17,7 @@ BEGIN { }; sub import { #{{{ - hook(type => "getopt", id => "aggregate", call => \&getopt); + hook(type => "getopt", id => "amazon_s3", call => \&getopt); hook(type => "checkconfig", id => "amazon_s3", call => \&checkconfig); } # }}}