forked from AkkomaGang/akkoma
Change 'name' to 'instance_name' so option is used when running non-interactive
This commit is contained in:
parent
dd8f2196f6
commit
ab9cda315f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def run(["gen" | rest]) do
|
||||||
name =
|
name =
|
||||||
Common.get_option(
|
Common.get_option(
|
||||||
options,
|
options,
|
||||||
:name,
|
:instance_name,
|
||||||
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
|
"What is the name of your instance? (e.g. Pleroma/Soykaf)"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue