Skip to content

Commit

Permalink
fix: add back missing url var
Browse files Browse the repository at this point in the history
  • Loading branch information
nurulhudaapon committed Jul 7, 2024
1 parent 2ee952f commit 7a8dee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ download_release() {
platform="$3"

echo -e "${ORANGE}Downloading $TOOL_NAME release $version...${NC}"
url="$GH_REPO/releases/download/v${version}/${platform}.tar.gz"
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
}

Expand Down

0 comments on commit 7a8dee8

Please sign in to comment.