summaryrefslogtreecommitdiffstats
path: root/callback_plugins/fedmsg_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'callback_plugins/fedmsg_callback.py')
-rw-r--r--callback_plugins/fedmsg_callback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py
index 13f40cf67..2f9f46ae7 100644
--- a/callback_plugins/fedmsg_callback.py
+++ b/callback_plugins/fedmsg_callback.py
@@ -40,7 +40,7 @@ class CallbackModule(object):
config = fedmsg.config.load_config()
config.update(dict(
name='relay_inbound',
- cert_prefix='ansible',
+ cert_prefix='shell',
active=True,
))
fedmsg.init(**config)