From 620d58ba2c727ad2b5964c5bb8f000a479fa948b Mon Sep 17 00:00:00 2001 From: nvallas Date: Tue, 27 Sep 2016 22:13:15 +0200 Subject: [PATCH] Update manifest.json Application doesn't install if path is "/" --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e53eb66..70f9363 100644 --- a/manifest.json +++ b/manifest.json @@ -26,8 +26,8 @@ "en": "Choose a path for huginn" }, "example": "/example", - "choices": ["/"], - "default": "/" + "choices": ["/huginn"], + "default": "/huginn" }, { "name": "admin",