Browse Source

reading the file, instead of config keyword

feature/2295-email-mention-notification
Alexander Strizhakov 3 years ago
parent
commit
6e108b8603
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/config/release_runtime_provider.ex

+ 1
- 1
lib/pleroma/config/release_runtime_provider.ex 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


Loading…
Cancel
Save