Skip to content

Commit

Permalink
fix(updatecli): xargs within the same expression as jq
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Dec 3, 2024
1 parent 9e707c5 commit 3b71a39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions updatecli/scripts/ubi9-latest-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ if [ -z "$latest_tag" ]; then
exit 1
fi

# Trim spaces
unique_tag=$(echo "$latest_tag" | xargs)

# Output the latest tag version
echo "$latest_tag"
exit 0

0 comments on commit 3b71a39

Please sign in to comment.