From 10a627c1967a09810473c182d6e1c1dcb8748f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 15 Jun 2023 20:57:43 +0300 Subject: [PATCH] fix: runner tarball download URL (#4113) --- www/docs/static/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/static/run b/www/docs/static/run index b8beb6e85..9f45bb06c 100755 --- a/www/docs/static/run +++ b/www/docs/static/run @@ -31,7 +31,7 @@ TAR_FILE="${FILE_BASENAME}_${OS}_${ARCH}.tar.gz" ( cd "$TMP_DIR" echo "Downloading GoReleaser $VERSION..." - curl -sfLO "$RELEASES_URL/download/$VERSION/$TAR_FILE.tar.gz" + curl -sfLO "$RELEASES_URL/download/$VERSION/$TAR_FILE" curl -sfLO "$RELEASES_URL/download/$VERSION/checksums.txt" echo "Verifying checksums..." sha256sum --ignore-missing --quiet --check checksums.txt