Skip to content

Commit

Permalink
Land 958
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 11, 2023
2 parents fb16370 + 5e6ab00 commit 8e31f8c
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 8e31f8c

Please sign in to comment.