aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/docs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-17 16:28:44 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-17 16:28:44 +0300
commit7676ed82397d73a20aad1ae4b47690923ddfb162 (patch)
tree8e0e0ab17107d3a41122d5b13415118cb91c8608 /lib/pleroma/docs
parentce027fd0ef1080b03e7982e5939b0c7db6e3b783 (diff)
downloadpleroma-7676ed82397d73a20aad1ae4b47690923ddfb162.tar.gz
some clean up
Diffstat (limited to 'lib/pleroma/docs')
-rw-r--r--lib/pleroma/docs/json.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/docs/json.ex b/lib/pleroma/docs/json.ex
index f191b6013..6508a7bdb 100644
--- a/lib/pleroma/docs/json.ex
+++ b/lib/pleroma/docs/json.ex
@@ -15,7 +15,7 @@ defmodule Pleroma.Docs.JSON do
end
def compile do
- with {config, _paths} <- Mix.Config.eval!("config/description.exs") do
+ with config <- Pleroma.Config.Loader.load("config/description.exs") do
config[:pleroma][:config_description]
|> Pleroma.Docs.Generator.convert_to_strings()
|> Jason.encode!()