diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-26 00:32:34 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-26 00:32:34 +0300 |
commit | 3bbfebd1c2f0e997a16c7938dd09b1621918cd12 (patch) | |
tree | 77364d927b3ce5ebc52beb3bbbc5c0f61e7762eb | |
parent | 359faa8645b48c05e5b477e43d144ed4ac92b249 (diff) | |
download | pleroma-3bbfebd1c2f0e997a16c7938dd09b1621918cd12.tar.gz |
instance.gen task: make example instance name less confusing
See https://git.pleroma.social/pleroma/pleroma/merge_requests/2245#note_52217
-rw-r--r-- | lib/mix/tasks/pleroma/instance.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |