1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Fix [YEP-2.1] "multi_instance" field must be boolean type values 'true' or 'false' and not string type

This commit is contained in:
yalh76 2020-09-27 20:26:49 +02:00
parent b7b2f2782b
commit 19d791cd5c

View file

@ -16,7 +16,7 @@
"requirements": { "requirements": {
"yunohost": ">= 3.5" "yunohost": ">= 3.5"
}, },
"multi_instance": "false", "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
], ],