Skip to content

Commit

Permalink
echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Feb 13, 2024
1 parent 74aeff4 commit fd6cdda
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 @@ -68,6 +68,7 @@ download_release() {
url="$GH_REPO/releases/download/${version}/pkl-$(get_os)-$(get_arch)"

echo "* Downloading $TOOL_NAME release $version..."
echo "$filename"
curl "${curl_opts[@]}" -o "$filename/pkl" -C - "$url" || fail "Could not download $url"
}

Expand Down

0 comments on commit fd6cdda

Please sign in to comment.