aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRin Toshaka <rinpatch@sdf.org>2018-12-02 19:20:50 +0100
committerRin Toshaka <rinpatch@sdf.org>2018-12-02 19:20:50 +0100
commitcbe22deb510317bca811cc2df30d5cd7e892e4b5 (patch)
tree21c71634317da96bfdf9f1b434fceb872c74246d /lib
parentfaf1f2b304d8b2a7e26856e767002f3fcf46d67c (diff)
downloadpleroma-cbe22deb510317bca811cc2df30d5cd7e892e4b5.tar.gz
Lint fix
Diffstat (limited to 'lib')
-rw-r--r--lib/mix/tasks/pleroma/instance.ex3
1 files changed, 1 insertions, 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 @@ defmodule Mix.Tasks.Pleroma.Instance do
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
end
end
-