From 203489b2bc7b3f6e85ad711c618556f574e10695 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 4 Jun 2020 23:58:32 +0200 Subject: [PATCH] batcave: Adjust the configuration file that the fedmsg-announce hook should use Signed-off-by: Pierre-Yves Chibon --- roles/batcave/files/fedmsg-announce-commits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/batcave/files/fedmsg-announce-commits.py b/roles/batcave/files/fedmsg-announce-commits.py index 9d6e2d7aa5..60c73968f9 100644 --- a/roles/batcave/files/fedmsg-announce-commits.py +++ b/roles/batcave/files/fedmsg-announce-commits.py @@ -14,7 +14,7 @@ import fedora_messaging.api import fedora_messaging.exceptions fedora_messaging.config.conf.load_config( - '/etc/fedora-messaging/git-hooks-messaging.toml') + '/etc/fedora-messaging/batcave-messaging.toml') # Use $GIT_DIR to determine where this repo is.