diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-11 16:25:53 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-11 16:25:53 +0300 |
commit | 282a93554fbf919ff553d839eeea98abe1f861d4 (patch) | |
tree | e125965d246afa836f2d7d6b4158f1cd2a47efee /lib/mix/tasks/pleroma/docs.ex | |
parent | 953aece84866a89bd3de8f6d3f5d30e2f9cfb4f3 (diff) | |
download | pleroma-282a93554fbf919ff553d839eeea98abe1f861d4.tar.gz |
merging release default config on app start
Diffstat (limited to 'lib/mix/tasks/pleroma/docs.ex')
-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, |