From: rinpatch Date: Tue, 25 Feb 2020 18:59:37 +0000 (+0300) Subject: instance.gen task: make instance name default to the domain X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=cfa28dee32d3608cab2e2fb42a59c50f3cc0c083;p=akkoma instance.gen task: make instance name default to the domain --- diff --git a/lib/mix/tasks/pleroma/instance.ex b/lib/mix/tasks/pleroma/instance.ex index 2d8b8d673..fee2ab9d9 100644 --- a/lib/mix/tasks/pleroma/instance.ex +++ b/lib/mix/tasks/pleroma/instance.ex @@ -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?")