Skip to content

Commit db73c6d

Browse files
committed
Should only show supportEmail-option when it's a multiuser server
1 parent 356301a commit db73c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/lib/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ module.exports = [
360360
return 'Must be a valid email'
361361
}
362362
return true
363-
}
363+
},
364+
when: answers => answers.multiuser
364365
}
365366
]
366367

0 commit comments

Comments
 (0)