Change 'name' to 'instance_name' so option is used when running non-interactive

This commit is contained in:
spctrl 2018-12-29 12:43:54 +01:00
parent dd8f2196f6
commit ab9cda315f

View file

@ -75,7 +75,7 @@ def run(["gen" | rest]) do
name =
Common.get_option(
options,
:name,
:instance_name,
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
)