From ccf0d22e101b51714c05a0052ef3d22e22d0f89c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Oct 2014 19:38:12 +0000 Subject: [PATCH] Off by one. --- roles/fedmsg/base/templates/endpoints-anitya.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/endpoints-anitya.py.j2 b/roles/fedmsg/base/templates/endpoints-anitya.py.j2 index 6f086da42a..6dd6425e4b 100644 --- a/roles/fedmsg/base/templates/endpoints-anitya.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-anitya.py.j2 @@ -6,7 +6,7 @@ config = dict( {% if env != 'staging' %} endpoints={ "anitya-public-relay": [ - "tcp://anitya-frontend01.fedoraproject.org:9941", + "tcp://anitya-frontend01.fedoraproject.org:9940", ], }, {% endif %}