We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fffc1f commit 2200408Copy full SHA for 2200408
lib/commands/config/index.js
@@ -80,7 +80,7 @@ class ConfigCommand extends Command {
80
});
81
}
82
83
- if (!argv.db || argv.db === 'sqlite3') {
+ if (!argv.db || argv.db !== 'sqlite3') {
84
prompts.push({
85
type: 'input',
86
name: 'dbhost',
0 commit comments