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

Appease linter: remove superfluous arguments

This commit is contained in:
tituspijean 2022-03-11 22:14:48 +01:00
parent 4ff686acb0
commit 18355d86d2
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -33,8 +33,7 @@
"install": [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "path", "name": "path",
@ -44,8 +43,7 @@
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
} }
] ]
} }