Change 'name' to 'instance_name' so option is used when running non-interactive
authorspctrl <gitlab@spectraltheorem.be>
Sat, 29 Dec 2018 11:43:54 +0000 (12:43 +0100)
committerspctrl <gitlab@spectraltheorem.be>
Sat, 29 Dec 2018 11:43:54 +0000 (12:43 +0100)
lib/mix/tasks/pleroma/instance.ex

index 1ef40671cf3be14b89e4308eddafa22301b6fcc3..0a2c891c004f79000cd32b436c1303e76ab2ed07 100644 (file)
@@ -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)"
         )