From 43f835677ddb81a03f699961786982fc55446238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 28 Nov 2018 16:44:21 -0800 Subject: [PATCH] fix(profile): fix up config stuff --- lib/commands/profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/profile.jsx b/lib/commands/profile.jsx index b26d0ed..fabdd0a 100644 --- a/lib/commands/profile.jsx +++ b/lib/commands/profile.jsx @@ -115,7 +115,7 @@ const ProfileSubcommandsOptions = { const tableHeaders = ['token', 'key', 'cidr_whitelist', 'readonly', 'created', 'updated'] -const getOptions = argv => ProfileConfig(npmConfig().concat(argv).concat({ log })) +const getOptions = argv => ProfileConfig(npmConfig(argv)) const logError = (err) => console.error(`Error code: ${err.code} => ${err.message}`)