1
0
Fork 0
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:
Selamanse 2017-07-18 13:51:23 +02:00
parent c86d061d7c
commit 552b899949

View file

@ -23,6 +23,7 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Rocketchat" "en": "Choose a domain for Rocketchat"
}, },
@ -30,6 +31,7 @@
}, },
{ {
"name": "public_site", "name": "public_site",
"type": "boolean",
"ask": { "ask": {
"en": "Is it a public Rocketchat ?" "en": "Is it a public Rocketchat ?"
}, },