Skip to content

Commit 09c7719

Browse files
ardatandotansimha
andauthored
fix(install-gateway-script): use escaped version of @ to support CURL versions not escaping (#6438)
Co-authored-by: Dotan Simha <[email protected]>
1 parent a902d8b commit 09c7719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/public/install-gateway.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fetch_and_prepare_binary() {
2424
architecture="$ARCH_DETECTED"
2525
check_non_empty "$architecture" "architecture"
2626

27-
RELEASE_TAG="hive-gateway@$TARGET_VERSION"
27+
RELEASE_TAG="hive-gateway%40$TARGET_VERSION"
2828

2929
DOWNLOAD_URL="https://github.com/$GITHUB_OWNER/$GITHUB_REPO/releases/download/$RELEASE_TAG/$BINARY_NAME-${architecture}.gz"
3030

0 commit comments

Comments
 (0)