Skip to content
Snippets Groups Projects
Commit cb667c5e authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix command name

parent 2ddd8850
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ my $db = AccountManager::DB->new(); ...@@ -65,7 +65,7 @@ my $db = AccountManager::DB->new();
for ($action) { for ($action) {
when ('add_account') { add_account() } when ('add_account') { add_account() }
when ('list_accounts') { list_accounts() } when ('list_accounts') { list_accounts() }
when ('add_services') { add_service() } when ('add_service') { add_service() }
when ('list_services') { list_services() } when ('list_services') { list_services() }
when ('add_token') { add_token() } when ('add_token') { add_token() }
when ('get_token') { get_token() } when ('get_token') { get_token() }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment