fix: quote YAML inline dicts correctly

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

View File

@ -412,7 +412,7 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
permissions: "{{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}"
permissions: {{ env "TELEGRAM_BRIDGE_PERMISSIONS" }}
# Options related to the message relay Telegram bot.
relaybot: