fixing type to confirm

This commit is contained in:
Tanya Byrne
2020-08-27 14:24:27 +01:00
parent a3e9131833
commit 598325ef98

View File

@@ -51,9 +51,9 @@ const password = () => ({
});
const ssl = () => ({
type: 'bool',
type: 'confirm',
name: 'ssl',
message: 'Enable SSL?:',
message: 'Enable SSL:',
default: false,
});