Merge pull request #4262 from thelounge/maxleiter/fixConfigOverrides
Fix not overriding config options with -c
This commit is contained in:
commit
a046bfe8d1
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user