Comparing version 2.0.3 to 2.0.4
@@ -7,3 +7,3 @@ { | ||
"name": "ctl", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"dependencies": { | ||
@@ -10,0 +10,0 @@ "app-module-path": "^2.2.0", |
@@ -12,3 +12,3 @@ const path = require('path'); | ||
if (typeof settings === 'function') { | ||
config.set(await settings(ctl)); | ||
config.set(await settings(config)); | ||
ctl.stage(config.stage); | ||
@@ -15,0 +15,0 @@ log.info(`Config "${path.relative(process.cwd(), f)}" executed.`); |
68617