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" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [{
{
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
@ -34,7 +33,7 @@
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
@ -43,7 +42,7 @@
}, },
"example": "/", "example": "/",
"default": "/" "default": "/"
} }
] ]
} }