From 66706e4535704deba63e5aa2102f324f9b14dae3 Mon Sep 17 00:00:00 2001 From: Joshua Hoffmann Date: Fri, 15 Dec 2023 22:08:20 +0100 Subject: [PATCH] Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 fix for a typo Co-authored-by: Slavi Pantaleev --- roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 b/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 index fddd411ef..66a98955e 100644 --- a/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 +++ b/roles/custom/matrix-bridge-hookshot/templates/config.yml.j2 @@ -112,7 +112,7 @@ queue: monolithic: true port: {{ matrix_hookshot_queue_port | default('6379') }} host: {{ matrix_hookshot_queue_host }} -{& endif %} +{% endif %} {% if matrix_hookshot_experimental_encryption_enabled %} experimentalEncryption: storagePath: /data/encryption