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

Follow linter advice in manifest

This commit is contained in:
tituspijean 2021-10-20 19:41:05 +02:00
parent c397f387b2
commit fecb949c89
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -31,8 +31,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "path",
@ -42,8 +41,7 @@
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "is_public",