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 %} }, )