Skip to content

Commit

Permalink
fix: DEBUG variable unbound is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Mar 14, 2024
1 parent 9a3cc4f commit dc6c682
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ download_release() {
filename="$2"
filepath="$3"
url="$GH_REPO/releases/download/$version/$filename"
if [[ -n $DEBUG ]]; then
echo "Filename is: $filename"
echo "Downloading from $url"
fi
echo "* Downloading $TOOL_NAME release $version..."
curl "${curl_opts[@]}" -o "$filepath" -C - "$url" || fail "Could not download $url"
}
Expand Down

0 comments on commit dc6c682

Please sign in to comment.