aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-03-11 15:16:18 +0000
committerrinpatch <rinpatch@sdf.org>2020-03-11 15:16:18 +0000
commit7cdabdc0dff3bae1c7209f50c609ebf154d25ea7 (patch)
tree5ef577ef2fcedfd58bd188cc35955dea9fd83513 /lib/mix/tasks/pleroma
parentf92c447bbc38db417beb2ac505c17649c6de01d2 (diff)
parentfce090c1de543f0bcebf47cfc2a32f99f8ef401f (diff)
downloadpleroma-7cdabdc0dff3bae1c7209f50c609ebf154d25ea7.tar.gz
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/pleroma')
-rw-r--r--lib/mix/tasks/pleroma/docs.ex2
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,