fix bug with impl

This commit is contained in:
Wyatt Johnson
2017-08-08 23:33:07 +10:00
parent c08d040d1d
commit e16dd14e47
+1
View File
@@ -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;