From: lain <lain@soykaf.club>
Date: Fri, 7 Aug 2020 13:01:08 +0000 (+0200)
Subject: Mix task frontend: Read the docs.
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e5ab5fbe764dc8a1326fb31fb9754e5986ee53ee;p=akkoma

Mix task frontend: Read the docs.
---

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