Fix a typo in koschei fedmsg config

This commit is contained in:
Mikolaj Izdebski 2015-09-02 11:03:34 +00:00
parent 070ac937e2
commit 182b522bb8

View file

@ -79,9 +79,9 @@ config = {
},
"fedmsg": {
{% if env == 'staging' %}
"topic": "org.fedoraproject.stg.",
"topic": "org.fedoraproject.stg",
{% else %}
"topic": "org.fedoraproject.prod.",
"topic": "org.fedoraproject.prod",
{% endif %}
},
"fedmsg-publisher": {