aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspctrl <gitlab@spectraltheorem.be>2018-12-29 12:43:54 +0100
committerspctrl <gitlab@spectraltheorem.be>2018-12-29 12:43:54 +0100
commitab9cda315f2ee7b0a2a6e505eface5d7c65d50b4 (patch)
tree2d8173e06c0c03b4de81b14b347cbe15dafe3783
parentdd8f2196f62ab4d4cdec67bdb2b434a317a3f396 (diff)
downloadpleroma-ab9cda315f2ee7b0a2a6e505eface5d7c65d50b4.tar.gz
Change 'name' to 'instance_name' so option is used when running non-interactive
-rw-r--r--lib/mix/tasks/pleroma/instance.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/instance.ex b/lib/mix/tasks/pleroma/instance.ex
index 1ef40671c..0a2c891c0 100644
--- a/lib/mix/tasks/pleroma/instance.ex
+++ b/lib/mix/tasks/pleroma/instance.ex
@@ -75,7 +75,7 @@ defmodule Mix.Tasks.Pleroma.Instance do
name =
Common.get_option(
options,
- :name,
+ :instance_name,
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
)