Skip to content

Commit

Permalink
check-release.sh: use HTTPS when downloading sources
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and busterb committed Mar 3, 2024
1 parent a4d432b commit 4764fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ ! -e releases/$tarball ]; then
mkdir -p releases
rm -f $tarball
if [ -z "$LIBRESSL_SSH" ]; then
$download http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$tarball releases/
$download https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$tarball releases/
mv $tarball releases
else
scp $LIBRESSL_SSH/$tarball releases
Expand Down

0 comments on commit 4764fae

Please sign in to comment.