forked from AkkomaGang/akkoma
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
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def run(["gen" | rest]) 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