Skip to content

Commit

Permalink
Merge pull request #4262 from thelounge/maxleiter/fixConfigOverrides
Browse files Browse the repository at this point in the history
Fix not overriding config options with -c
  • Loading branch information
MaxLeiter committed Jun 22, 2021
2 parents 53b7c46 + 6b852d1 commit a046bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command-line/index.js
Expand Up @@ -34,7 +34,7 @@ try {
createPackagesFolder();

// Merge config key-values passed as CLI options into the main config
Helper.mergeConfig(Helper.config, program.config);
Helper.mergeConfig(Helper.config, program.opts().config);

require("./start");

Expand Down

0 comments on commit a046bfe

Please sign in to comment.