fix: quote YAML inline dicts correctly

This commit is contained in:
2023-01-08 01:56:30 +01:00
parent eb541c41ee
commit 1a0211b743
3 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@ export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v17
export LOG_CONFIG_VERSION=v2
export SHARED_SECRET_AUTH_VERSION=v1
export SIGNAL_BRIDGE_YAML_VERSION=v3
export TELEGRAM_BRIDGE_YAML_VERSION=v4
export SIGNAL_BRIDGE_YAML_VERSION=v4
export TELEGRAM_BRIDGE_YAML_VERSION=v5