Skip to content

Commit 762b2f8

Browse files
committed
config-schema: fix timezone regex
1 parent 02162ae commit 762b2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"type": "string",
6464
"examples": ["Europe/Amsterdam", "Europe/Berlin"],
6565
"default": "Europe/Amsterdam",
66-
"pattern": "^([A-Z][a-z+]/[A-Z][a-z+]|UTC)$"
66+
"pattern": "^([A-Z][a-z]+/[A-Z][a-z]+|UTC)$"
6767
},
6868
"colors": {
6969
"type": "object",

0 commit comments

Comments
 (0)