From 718e918c0bc1bf5c901fd1bfb04e0f06db885e0c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Jun 2013 04:51:29 +0000 Subject: [PATCH] Typofix. --- files/fedmsg/endpoints-fedbadges.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fedmsg/endpoints-fedbadges.py.j2 b/files/fedmsg/endpoints-fedbadges.py.j2 index a684fee0a5..b8d9170810 100644 --- a/files/fedmsg/endpoints-fedbadges.py.j2 +++ b/files/fedmsg/endpoints-fedbadges.py.j2 @@ -7,7 +7,7 @@ suffix = 'phx2.fedoraproject.org' config = dict( endpoints={ "fedbadges.badges-backend01": [ - "tcp://badges-backend01.%s:3000", + "tcp://badges-backend01.%s:3000" % suffix, ], }, )