Explorar el Código

[fix] Use boolean type for the multi_instance manifest key

Jérôme Lebleu hace 9 años
padre
commit
f34527ba01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",