mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Merge branch 'fix_485' into 'develop'
Change 'name' to 'instance_name' so option is used when running non-interactive See merge request pleroma/pleroma!607
This commit is contained in:
commit
f5d7b0003e
|
@ -75,7 +75,7 @@ defmodule Mix.Tasks.Pleroma.Instance do
|
|||
name =
|
||||
Common.get_option(
|
||||
options,
|
||||
:name,
|
||||
:instance_name,
|
||||
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue