Skip to content

Commit

Permalink
remove debugging printf
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieleIsoni committed Mar 18, 2024
1 parent a3f177f commit 582173d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/latest-stable
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ fi
# when there are releases redirect_url="REPO/releases/tag/v<VERSION>"
redirect_url=$(curl "${curl_opts[@]}" "$GH_REPO/releases/latest" | sed -n -e "s|^location: *||p" | sed -n -e "s|\r||p")
version=
printf "redirect url: %s\n" "$redirect_url" >&2
if [[ "$redirect_url" == "$GH_REPO/releases" ]]; then
version="$(list_all_versions | sort_versions | tail -n1 | xargs echo)"
else
Expand Down

0 comments on commit 582173d

Please sign in to comment.