From: Alexander Strizhakov Date: Fri, 26 Mar 2021 16:19:19 +0000 (+0300) Subject: reading the file, instead of config keyword X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6e108b8603de45d489d4aef7e3e271bc5e8c431d;p=akkoma reading the file, instead of config keyword --- diff --git a/lib/pleroma/config/release_runtime_provider.ex b/lib/pleroma/config/release_runtime_provider.ex index 8227195dc..70ef3bcc1 100644 --- a/lib/pleroma/config/release_runtime_provider.ex +++ b/lib/pleroma/config/release_runtime_provider.ex @@ -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