Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a50fb83
)
paste-o
author
Joey Hess
<joey@kodama.kitenet.net>
Thu, 8 May 2008 20:12:09 +0000
(16:12 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Thu, 8 May 2008 20:12:09 +0000
(16:12 -0400)
IkiWiki/Plugin/amazon_s3.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/amazon_s3.pm
b/IkiWiki/Plugin/amazon_s3.pm
index e1ce4ae08deb74cba2cbdaa6e8f31afc20929751..187700f30d911dee95009a7d2515ef3aca61e176 100644
(file)
--- a/
IkiWiki/Plugin/amazon_s3.pm
+++ b/
IkiWiki/Plugin/amazon_s3.pm
@@
-17,7
+17,7
@@
BEGIN {
};
sub import { #{{{
- hook(type => "getopt", id => "a
ggregate
", call => \&getopt);
+ hook(type => "getopt", id => "a
mazon_s3
", call => \&getopt);
hook(type => "checkconfig", id => "amazon_s3", call => \&checkconfig);
} # }}}