Browse Source

[fix] Use boolean type for the multi_instance manifest key

Jérôme Lebleu 8 years ago
parent
commit
f34527ba01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifest.json

+ 1 - 1
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",