1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

Update manifest.json to fix issue of 'expected one argument'

Fix issue mentioned here:
https://github.com/YunoHost-Apps/matterbridge_ynh/issues/11

It seems like a yunohost bug, but this is a workaround.
This commit is contained in:
Ibrahim Abou Elseoud 2021-08-06 23:11:33 +02:00 committed by GitHub
parent 4a89eaa94b
commit 48816e0c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,15 @@
"services": [], "services": [],
"arguments": { "arguments": {
"install" : [ "install" : [
{
"name": "is_placeholder_argument",
"type": "boolean",
"ask": {
"en": "This is a placeholder argument to fix no arguments problem in yunohost when the manifest needs no arguments from user",
"fr": "Il s'agit d'un argument d'espace réservé pour résoudre le problème d'absence d'arguments dans yunohost lorsque le manifeste n'a besoin d'aucun argument de l'utilisateur"
},
"default": "true"
}
] ]
} }
} }