From 19d791cd5cbb55a77a2641d28ab2fdfc7758d255 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 27 Sep 2020 20:26:49 +0200 Subject: [PATCH] Fix [YEP-2.1] "multi_instance" field must be boolean type values 'true' or 'false' and not string type --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b2989e5..066cf40 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">= 3.5" }, - "multi_instance": "false", + "multi_instance": false, "services": [ "nginx" ],