From 1f7ef91c63eb72565f11777de7eda2a9280942dd Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Fri, 11 Feb 2022 16:02:00 +0100
Subject: [PATCH] uwsgi-python/gl-rt-bridge: Fix config file quoting issues

---
 uwsgi-python/templates/apps/gl-rt-bridge.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uwsgi-python/templates/apps/gl-rt-bridge.j2 b/uwsgi-python/templates/apps/gl-rt-bridge.j2
index 440d1d3..056c387 100644
--- a/uwsgi-python/templates/apps/gl-rt-bridge.j2
+++ b/uwsgi-python/templates/apps/gl-rt-bridge.j2
@@ -1,6 +1,6 @@
 ---
 issue_tag: {{ gl_rt_bridge.issue_tag }}
-token: {{ (2**2048)|random }}
+token: "{{ (2**2048)|random }}"
 rt:
   server: {{ gl_rt_bridge.rt_server }}
   user: {{ gl_rt_bridge.rt_user }}
-- 
GitLab