]> sipb.mit.edu Git - ikiwiki.git/commitdiff
paste-o
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 20:12:09 +0000 (16:12 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 8 May 2008 20:12:09 +0000 (16:12 -0400)
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);
 } # }}}