We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218e7fc commit afa8380Copy full SHA for afa8380
1 file changed
src/cli.js
@@ -88,7 +88,7 @@ function initConfig(env) {
88
dockerService:
89
(commander.dockerService !== undefined
90
? commander.dockerService
91
- : knexScriptsConfig.docker) || 'postgres',
+ : knexScriptsConfig.dockerService) || 'postgres',
92
}
93
94
0 commit comments