forked from AkkomaGang/akkoma
instance.gen task: make instance name default to the domain
This commit is contained in:
parent
2cd253f6d5
commit
cfa28dee32
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ def run(["gen" | rest]) do
|
|||
get_option(
|
||||
options,
|
||||
: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?")
|
||||
|
|
Loading…
Reference in a new issue