aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-08 16:12:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-08 16:12:09 -0400
commit489a6fc8bf363aa47cd0a28ab7cfce4254e69bb6 (patch)
treedbaffefcddd4ac61dde5b56ea77a2adf5e6729e6 /IkiWiki
parenta50fb83394b11aa9d794fed7b471b27b66a553d3 (diff)
downloadikiwiki-489a6fc8bf363aa47cd0a28ab7cfce4254e69bb6.tar
ikiwiki-489a6fc8bf363aa47cd0a28ab7cfce4254e69bb6.tar.gz
paste-o
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/amazon_s3.pm2
1 files changed, 1 insertions, 1 deletions
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);
} # }}}