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:
parent
b7b2f2782b
commit
19d791cd5c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 3.5"
|
||||
},
|
||||
"multi_instance": "false",
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue