We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6dfbf0 + 964f27b commit 5515106Copy full SHA for 5515106
install.sh
@@ -28,7 +28,7 @@ function download_binary {
28
local download_url
29
30
name="$1"
31
- download_url=$(curl "$PROJECT_RELEASE_URL" | grep -o "https://.*/${name}")
+ download_url=$(curl "$PROJECT_RELEASE_URL" | grep -o "https://.*/${name}" | head -n 1)
32
33
echo "Downloading binary $download_url"
34
curl -Ls "$download_url" -o "$name"
0 commit comments