From 1193d1c20cd9c90bc97c49305974e06f684c696e Mon Sep 17 00:00:00 2001 From: simon3000 Date: Sun, 1 Sep 2019 02:42:34 +0200 Subject: [PATCH] String(username) --- src/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.js b/src/cli.js index 1ed3a394..57ea787d 100755 --- a/src/cli.js +++ b/src/cli.js @@ -72,7 +72,7 @@ function startGeneration(argv) { } function addContribution(argv) { - const username = argv._[1] + const username = String(argv._[1]) const contributions = argv._[2] // Add or update contributor in the config file return updateContributors(argv, username, contributions).then(data => {