mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix group regex
This commit is contained in:
parent
ebcc21370e
commit
e7920bee2a
@ -9,7 +9,7 @@ from ..const import (
|
|||||||
ARCH_AARCH64, ARCH_AMD64, ARCH_I386)
|
ARCH_AARCH64, ARCH_AMD64, ARCH_I386)
|
||||||
|
|
||||||
|
|
||||||
MAP_VOLUME = r"^(config|ssl|addons|backup)(:rw|:ro)?$"
|
MAP_VOLUME = r"^(config|ssl|addons|backup)(?::(rw|:ro))?$"
|
||||||
|
|
||||||
V_STR = 'str'
|
V_STR = 'str'
|
||||||
V_INT = 'int'
|
V_INT = 'int'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user