diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-11 15:16:18 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 16:57:59 +0300 |
commit | 423cfaf141afb03676aeb5e0f377be67e89092fc (patch) | |
tree | 934a81e87663e35534802fb36f67b23ee3806596 /lib/mix/tasks | |
parent | 7cf708307644dad42412761c42c75da15dab7cc9 (diff) | |
download | pleroma-423cfaf141afb03676aeb5e0f377be67e89092fc.tar.gz pleroma-423cfaf141afb03676aeb5e0f377be67e89092fc.zip |
Merge branch 'fix/1610-release-compilation-config-fix' into 'develop'
Merging default release config on app start
Closes #1610
See merge request pleroma/pleroma!2288
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/pleroma/docs.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/docs.ex b/lib/mix/tasks/pleroma/docs.ex index 3c870f876..6088fc71d 100644 --- a/lib/mix/tasks/pleroma/docs.ex +++ b/lib/mix/tasks/pleroma/docs.ex @@ -28,7 +28,7 @@ defmodule Mix.Tasks.Pleroma.Docs do defp do_run(implementation) do start_pleroma() - with descriptions <- Pleroma.Config.Loader.load("config/description.exs"), + with descriptions <- Pleroma.Config.Loader.read("config/description.exs"), {:ok, file_path} <- Pleroma.Docs.Generator.process( implementation, |