Skip to content

Commit

Permalink
fix(config): don't set a default value for db arg, as it breaks local…
Browse files Browse the repository at this point in the history
… installs

closes #323
- remove default yargs value to fix local installs
  • Loading branch information
acburdine committed Jul 9, 2017
1 parent 1535c90 commit 0bdd464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commands/config/advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ module.exports = {
db: {
description: 'Type of database Ghost should use E.g. mysql or sqlite3',
validate: value => includes(['sqlite3', 'mysql'], value),
default: 'mysql',
configPath: 'database.client',
type: 'string',
group: 'Database Options:'
Expand Down

0 comments on commit 0bdd464

Please sign in to comment.