Off by one.

This commit is contained in:
Ralph Bean 2014-10-03 19:38:12 +00:00
parent e03749129e
commit ccf0d22e10

View file

@ -6,7 +6,7 @@ config = dict(
{% if env != 'staging' %} {% if env != 'staging' %}
endpoints={ endpoints={
"anitya-public-relay": [ "anitya-public-relay": [
"tcp://anitya-frontend01.fedoraproject.org:9941", "tcp://anitya-frontend01.fedoraproject.org:9940",
], ],
}, },
{% endif %} {% endif %}