瀏覽代碼

[fix] Use boolean type for the multi_instance manifest key

Jérôme Lebleu 9 年之前
父節點
當前提交
f34527ba01
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",