From 552b8999493e161bfe4b9103480020cda64eecc3 Mon Sep 17 00:00:00 2001 From: Selamanse Date: Tue, 18 Jul 2017 13:51:23 +0200 Subject: [PATCH] Fixes arg types --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 3bf6a18..ffef816 100644 --- a/manifest.json +++ b/manifest.json @@ -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 ?" },