mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #4262 from thelounge/maxleiter/fixConfigOverrides
Fix not overriding config options with -c
This commit is contained in:
commit
a046bfe8d1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue