From 222e4fcb5b955f76e6b9b86a57408a4ab21e0ecd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 5 Aug 2013 19:20:58 +0000 Subject: [PATCH] Correct jinja2 template syntax. --- files/fedmsg/endpoints-fedbadges.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/fedmsg/endpoints-fedbadges.py.j2 b/files/fedmsg/endpoints-fedbadges.py.j2 index afc66978ef..d6afe8f9f4 100644 --- a/files/fedmsg/endpoints-fedbadges.py.j2 +++ b/files/fedmsg/endpoints-fedbadges.py.j2 @@ -14,12 +14,12 @@ config = dict( "tcp://badges-web01.%s:30%02i" % (suffix, i) for i in range(16) ], -<% if environment != 'staging' %> +{% if env != 'staging' %} "fedbadges.badges-web02": [ "tcp://badges-web02.%s:30%02i" % (suffix, i) for i in range(16) ], -<% end %> +{% endif %} }, )