From e16dd14e47630354601175a4cedcb0c7fd84528d Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 8 Aug 2017 23:33:07 +1000 Subject: [PATCH] fix bug with impl --- bin/cli-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cli-setup b/bin/cli-setup index f95fca8d4..2e5c1e5b8 100755 --- a/bin/cli-setup +++ b/bin/cli-setup @@ -115,6 +115,7 @@ const performSetup = async () => { type: 'input', name: 'whitelistedDomain', message: 'Whitelisted Domain', + when: ({inputWhitelistedDomains}) => inputWhitelistedDomains, validate: (input) => { if (input && input.length > 0) { return true;