Fix a typo in koschei fedmsg config
This commit is contained in:
parent
070ac937e2
commit
182b522bb8
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue