forked from AkkomaGang/akkoma
instance.gen task: make example instance name less confusing
See https://git.pleroma.social/pleroma/pleroma/merge_requests/2245#note_52217
This commit is contained in:
parent
359faa8645
commit
3bbfebd1c2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def run(["gen" | rest]) do
|
||||||
get_option(
|
get_option(
|
||||||
options,
|
options,
|
||||||
:instance_name,
|
: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
|
domain
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue