From: Rin Toshaka Date: Sun, 2 Dec 2018 18:20:50 +0000 (+0100) Subject: Lint fix X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=cbe22deb510317bca811cc2df30d5cd7e892e4b5;p=akkoma Lint fix --- diff --git a/lib/mix/tasks/pleroma/instance.ex b/lib/mix/tasks/pleroma/instance.ex index 639893985..8c728625a 100644 --- a/lib/mix/tasks/pleroma/instance.ex +++ b/lib/mix/tasks/pleroma/instance.ex @@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Instance do Manages Pleroma instance. ## Generate a new instance. - + mix pleroma.instance new [OPTION...] If any options are left unspecified, you will be prompted interactively @@ -161,4 +161,3 @@ defmodule Mix.Tasks.Pleroma.Instance do ~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(') end end -