mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Fixes arg types
This commit is contained in:
parent
c86d061d7c
commit
552b899949
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Rocketchat"
|
||||
},
|
||||
|
@ -30,6 +31,7 @@
|
|||
},
|
||||
{
|
||||
"name": "public_site",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public Rocketchat ?"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue