From: spctrl Date: Sat, 29 Dec 2018 11:43:54 +0000 (+0100) Subject: Change 'name' to 'instance_name' so option is used when running non-interactive X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ab9cda315f2ee7b0a2a6e505eface5d7c65d50b4;p=akkoma Change 'name' to 'instance_name' so option is used when running non-interactive --- 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)" )