Skip to content

Commit

Permalink
fix: fix dockerService option
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 13, 2018
1 parent 218e7fc commit afa8380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function initConfig(env) {
dockerService:
(commander.dockerService !== undefined
? commander.dockerService
: knexScriptsConfig.docker) || 'postgres',
: knexScriptsConfig.dockerService) || 'postgres',
}
}

Expand Down

0 comments on commit afa8380

Please sign in to comment.