From 6647d16def191e7f1d0f884ef876ef9628bec71d Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 9 May 2018 02:56:46 +0000 Subject: [PATCH] make it https while we are at it Signed-off-by: Ricky Elrod --- roles/batcave/files/zodbot-announce-commits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/batcave/files/zodbot-announce-commits.py b/roles/batcave/files/zodbot-announce-commits.py index 9ceae5c6d1..e530ecab2a 100644 --- a/roles/batcave/files/zodbot-announce-commits.py +++ b/roles/batcave/files/zodbot-announce-commits.py @@ -45,7 +45,7 @@ def construct_url(slug): """ # Our long url template. - tmpl = "http://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}" + tmpl = "https://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}" repo = repodir + ".git"