mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fixing type to confirm
This commit is contained in:
@@ -51,9 +51,9 @@ const password = () => ({
|
||||
});
|
||||
|
||||
const ssl = () => ({
|
||||
type: 'bool',
|
||||
type: 'confirm',
|
||||
name: 'ssl',
|
||||
message: 'Enable SSL?:',
|
||||
message: 'Enable SSL:',
|
||||
default: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user