From 1d8541923ee7117ba7546fe74bed00aca23c8cea Mon Sep 17 00:00:00 2001 From: Paul Millar Date: Wed, 5 Jul 2017 11:06:29 +0200 Subject: [PATCH] Switch to using https when referring to our release notes in the email --- bin/update-releases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-releases b/bin/update-releases index ac4e543..98765f6 100755 --- a/bin/update-releases +++ b/bin/update-releases @@ -164,7 +164,7 @@ build_email() { # $* - list of dCache versions to release frag_id="release$version" ;; esac - rel_notes="${rel_notes}[$index] http://www.dcache.org/downloads/1.9/release-notes-$series.shtml#$frag_id\n" + rel_notes="${rel_notes}[$index] https://www.dcache.org/downloads/1.9/release-notes-$series.shtml#$frag_id\n" index=$(( $index + 1 )) done