X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a50fb83394b11aa9d794fed7b471b27b66a553d3..08346aec567b317cdcdfb2996a6349b12d6a6ab9:/IkiWiki/Plugin/amazon_s3.pm 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); } # }}}