From cbe22deb510317bca811cc2df30d5cd7e892e4b5 Mon Sep 17 00:00:00 2001 From: Rin Toshaka Date: Sun, 2 Dec 2018 19:20:50 +0100 Subject: [PATCH] Lint fix --- lib/mix/tasks/pleroma/instance.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 @@ defp escape_sh_path(path) do ~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(') end end -