diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-11 15:16:18 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-11 15:16:18 +0000 |
commit | 7cdabdc0dff3bae1c7209f50c609ebf154d25ea7 (patch) | |
tree | 5ef577ef2fcedfd58bd188cc35955dea9fd83513 /lib/mix/tasks/pleroma | |
parent | f92c447bbc38db417beb2ac505c17649c6de01d2 (diff) | |
parent | fce090c1de543f0bcebf47cfc2a32f99f8ef401f (diff) | |
download | pleroma-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.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, |