logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 6e108b8603de45d489d4aef7e3e271bc5e8c431d
parent caadde3b04cf4c6509cc0841a338503e646221a0
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Fri, 26 Mar 2021 19:19:19 +0300

reading the file, instead of config keyword

Diffstat:

Mlib/pleroma/config/release_runtime_provider.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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