reading the file, instead of config keyword

This commit is contained in:
Alexander Strizhakov 2021-03-26 19:19:19 +03:00
parent caadde3b04
commit 6e108b8603
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ defmodule Pleroma.Config.ReleaseRuntimeProvider do
with_exported =
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)
else
with_runtime_config