Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Jan 8, 2024
1 parent 125b980 commit d6910d6
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 @@ -40,7 +40,6 @@ download_release() {
url="$GH_REPO/releases/download/v${version}/melange_${version}_$(get_platform)_$(get_arch).tar.gz"

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

Expand Down

0 comments on commit d6910d6

Please sign in to comment.