Fix syntax error in resultsdb fedmsg config.

This commit is contained in:
Ralph Bean 2015-10-13 17:03:15 +00:00
parent d9f206c408
commit dcfe1d6a64

View file

@ -4,5 +4,5 @@ config = {
# in /etc/fedmsg.d/relay.py instead of binding to ports and waiting for
# listeners. We need this so that we can push our messages on to the
# fedora-infra proper bus from over in the QA network.
active=True,
'active': True,
}