diff --git a/bin/account-manager.pl.in b/bin/account-manager.pl.in index c7694289e0d091d5b93ff3abefd2199c91ea5b83..ff1b7a4ed09c9a91e9ad2879f055015e4ea7850b 100755 --- a/bin/account-manager.pl.in +++ b/bin/account-manager.pl.in @@ -65,7 +65,7 @@ my $db = AccountManager::DB->new(); for ($action) { when ('add_account') { add_account() } when ('list_accounts') { list_accounts() } - when ('add_services') { add_service() } + when ('add_service') { add_service() } when ('list_services') { list_services() } when ('add_token') { add_token() } when ('get_token') { get_token() }