]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/amazon_s3.pm
Use correct term prefixes when searching.
[ikiwiki.git] / IkiWiki / Plugin / amazon_s3.pm
index e1ce4ae08deb74cba2cbdaa6e8f31afc20929751..187700f30d911dee95009a7d2515ef3aca61e176 100644 (file)
@@ -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);
 } # }}}