Mix task frontend: Read the docs.

This commit is contained in:
lain 2020-08-07 15:01:08 +02:00
parent 03da653a12
commit e5ab5fbe76
1 changed files with 1 additions and 1 deletions

View File

@ -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")