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
1 changed files with 1 additions and 1 deletions

View 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)"
)