instance.gen task: make instance name default to the domain

This commit is contained in:
rinpatch 2020-02-25 21:59:37 +03:00
parent 2cd253f6d5
commit cfa28dee32
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ defmodule Mix.Tasks.Pleroma.Instance 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?")