Skip to content

Commit

Permalink
rm echo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Feb 13, 2024
1 parent 018802e commit d1bf1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ 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" -C - "$url" || fail "Could not download $url"
}

Expand Down

0 comments on commit d1bf1f3

Please sign in to comment.