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

best indentation

This commit is contained in:
liberodark 2018-11-06 10:28:34 +01:00
parent 6b5b804e9b
commit e5e02fef2e

View file

@ -23,8 +23,7 @@
"mysql"
],
"arguments": {
"install" : [
{
"install": [{
"name": "domain",
"type": "domain",
"ask": {
@ -33,8 +32,8 @@
},
"example": "example.com"
},
{
{
"name": "path",
"type": "path",
"ask": {
@ -43,8 +42,8 @@
},
"example": "/",
"default": "/"
}
}
]
}
}
}