From 55c86d288e00067f94eaf98e22a3a26b3fc4661e Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sun, 19 Apr 2020 15:26:32 +0200 Subject: [PATCH] multi_instance is a boolean --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5a467fe..22fac18 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">= 3.6.0" }, - "multi_instance": "true", + "multi_instance": true, "services": [ "nginx", "php7-fpm",