forked from AkkomaGang/akkoma
little fix
This commit is contained in:
parent
6b0e8b73df
commit
57dc59d98d
1 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,8 @@ defp do_run(implementation) do
|
||||||
descriptions[:pleroma][:config_description]
|
descriptions[:pleroma][:config_description]
|
||||||
)
|
)
|
||||||
|
|
||||||
Mix.shell().info([:green, "Markdown docs successfully generated to #{file_path}."])
|
type = if implementation == Pleroma.Docs.Markdown, do: "Markdown", else: "JSON"
|
||||||
|
|
||||||
|
Mix.shell().info([:green, "#{type} docs successfully generated to #{file_path}."])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue