We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent a902d8b commit 09c7719Copy full SHA for 09c7719
packages/web/docs/public/install-gateway.sh
@@ -24,7 +24,7 @@ fetch_and_prepare_binary() {
24
architecture="$ARCH_DETECTED"
25
check_non_empty "$architecture" "architecture"
26
27
- RELEASE_TAG="hive-gateway@$TARGET_VERSION"
+ RELEASE_TAG="hive-gateway%40$TARGET_VERSION"
28
29
DOWNLOAD_URL="https://github.com/$GITHUB_OWNER/$GITHUB_REPO/releases/download/$RELEASE_TAG/$BINARY_NAME-${architecture}.gz"
30
0 commit comments