forked from AkkomaGang/akkoma
reading the file, instead of config keyword
This commit is contained in:
parent
caadde3b04
commit
6e108b8603
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def load(config, _opts) do
|
||||||
|
|
||||||
with_exported =
|
with_exported =
|
||||||
if File.exists?(exported_config_path) do
|
if File.exists?(exported_config_path) do
|
||||||
exported_config = Config.Reader.read!(with_runtime_config)
|
exported_config = Config.Reader.read!(exported_config_path)
|
||||||
Config.Reader.merge(with_runtime_config, exported_config)
|
Config.Reader.merge(with_runtime_config, exported_config)
|
||||||
else
|
else
|
||||||
with_runtime_config
|
with_runtime_config
|
||||||
|
|
Loading…
Reference in a new issue