From: rinpatch <rinpatch@sdf.org>
Date: Tue, 25 Feb 2020 21:32:34 +0000 (+0300)
Subject: instance.gen task: make example instance name less confusing
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3bbfebd1c2f0e997a16c7938dd09b1621918cd12;p=akkoma

instance.gen task: make example instance name less confusing

See https://git.pleroma.social/pleroma/pleroma/merge_requests/2245#note_52217
---

diff --git a/lib/mix/tasks/pleroma/instance.ex b/lib/mix/tasks/pleroma/instance.ex
index 216dec296..54d34e42f 100644
--- a/lib/mix/tasks/pleroma/instance.ex
+++ b/lib/mix/tasks/pleroma/instance.ex
@@ -65,7 +65,7 @@ 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. The Corndog Emporium)",
           domain
         )