From f34527ba0114d87e08cc0166741e1b3950c9fdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 26 Apr 2016 15:57:04 +0200 Subject: [PATCH] [fix] Use boolean type for the multi_instance manifest key --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3b4060b..5b08d9c 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "email": "john.doe@example.com", "url": "http://example.com" }, - "multi_instance": "false", + "multi_instance": false, "services": [ "nginx", "php5-fpm",