Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
And that's why it wasn't working in stg.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Dec 10, 2013
1 parent e3d561c commit 011cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmn/consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class FMNConsumer(fedmsg.consumers.FedmsgConsumer):
topic = 'org.fedoraproject.prod.*'
topic = 'org.fedoraproject.*'
config_key = 'fmn.consumer.enabled'

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 011cec8

Please sign in to comment.