From cb667c5eb24ecb5bfca5544e16fccc48c666bd77 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 8 Dec 2017 16:31:58 +0100
Subject: [PATCH] fix command name

---
 bin/account-manager.pl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/account-manager.pl.in b/bin/account-manager.pl.in
index c769428..ff1b7a4 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()      }
-- 
GitLab