diff options
author | lain <lain@soykaf.club> | 2020-08-07 15:01:08 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-07 15:01:08 +0200 |
commit | e5ab5fbe764dc8a1326fb31fb9754e5986ee53ee (patch) | |
tree | 955da600914dbc4d1bea2ccdde26e00fe1b92b8d /lib | |
parent | 03da653a123341036e0caa84c6a7b4edd129afed (diff) | |
download | pleroma-e5ab5fbe764dc8a1326fb31fb9754e5986ee53ee.tar.gz |
Mix task frontend: Read the docs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mix/tasks/pleroma/frontend.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/frontend.ex b/lib/mix/tasks/pleroma/frontend.ex index c385c355a..2adbf8d72 100644 --- a/lib/mix/tasks/pleroma/frontend.ex +++ b/lib/mix/tasks/pleroma/frontend.ex @@ -9,7 +9,7 @@ defmodule Mix.Tasks.Pleroma.Frontend do @shortdoc "Manages bundled Pleroma frontends" - # @moduledoc File.read!("docs/administration/CLI_tasks/frontend.md") + @moduledoc File.read!("docs/administration/CLI_tasks/frontend.md") def run(["install", "none" | _args]) do shell_info("Skipping frontend installation because none was requested") |