instance.gen task: make instance name default to the domain
This commit is contained in:
parent
2cd253f6d5
commit
cfa28dee32
@ -65,7 +65,8 @@ defmodule Mix.Tasks.Pleroma.Instance do
|
|||||||
get_option(
|
get_option(
|
||||||
options,
|
options,
|
||||||
:instance_name,
|
:instance_name,
|
||||||
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
|
"What is the name of your instance? (e.g. Pleroma/Soykaf)",
|
||||||
|
domain
|
||||||
)
|
)
|
||||||
|
|
||||||
email = get_option(options, :admin_email, "What is your admin email address?")
|
email = get_option(options, :admin_email, "What is your admin email address?")
|
||||||
|
Loading…
Reference in New Issue
Block a user