mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
fix pattern
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7a85532755
commit
571b2feded
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z/]$"
|
||||
"pattern": "^/[a-z/]+$"
|
||||
}
|
||||
},
|
||||
"volumes": {
|
||||
|
|
Loading…
Reference in a new issue