master
Joey Hess 2008-05-08 16:12:09 -04:00
parent a50fb83394
commit 489a6fc8bf
1 changed files with 1 additions and 1 deletions

View 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);
} # }}}