diff options
author | feld <feld@feld.me> | 2020-01-22 17:13:17 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-01-22 17:13:17 +0000 |
commit | be2777715650d0ac80509f0bd22b4cea8641f9b3 (patch) | |
tree | d0ed95ecf37bb2067ac00832c28148e3edf94f5c /lib/mix/tasks/pleroma/docs.ex | |
parent | 15db18af691f91ae7c834aa65f4b4d11d1c32d4c (diff) | |
parent | f3e074e949ce603446728b02ea059efe2a05a841 (diff) | |
download | pleroma-be2777715650d0ac80509f0bd22b4cea8641f9b3.tar.gz |
Merge branch 'admin-be' into 'develop'
Config api for admin-fe
Closes #1406
See merge request pleroma/pleroma!1976
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 0d2663648..3c870f876 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, _paths} <- Mix.Config.eval!("config/description.exs"), + with descriptions <- Pleroma.Config.Loader.load("config/description.exs"), {:ok, file_path} <- Pleroma.Docs.Generator.process( implementation, |