Skip to content
Snippets Groups Projects
Commit cfa28dee authored by rinpatch's avatar rinpatch
Browse files

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

parent 2cd253f6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,8 @@ def run(["gen" | rest]) 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?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment