Skip to content
Snippets Groups Projects
Commit ab9cda31 authored by spctrl's avatar spctrl
Browse files

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

parent dd8f2196
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment