Correted error in manifest.json

This commit is contained in:
anmol26s 2017-12-08 05:36:32 +05:30
parent 7675c61fcd
commit e2b7b6cbf6

View file

@ -15,7 +15,7 @@
"requirements": { "requirements": {
"yunohost": ">= 2.7.2" "yunohost": ">= 2.7.2"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"nodejs", "nodejs",
@ -32,7 +32,7 @@
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "email" "name": "email",
"ask": { "ask": {
"en": "Choose an admin(root) email(Can be other then LDAP emails and can't be changed after installation)" "en": "Choose an admin(root) email(Can be other then LDAP emails and can't be changed after installation)"
}, },