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

Remove superfluous example in manifest

This commit is contained in:
tituspijean 2021-09-29 08:03:36 +02:00
parent dc861dc08a
commit b72eb99ed1

View file

@ -31,12 +31,11 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"type": "domain"
},
{
"name": "path",
"type": "path",
"type": "path",
"example": "/blog",
"default": "/blog"
},