Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
Co-authored-by: lemeurherveCB <137290663+lemeurherveCB@users.noreply.github.com>
  • Loading branch information
MarkEWaite and lemeurherveCB authored Dec 7, 2024
1 parent 3b71a39 commit 3c239ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/scripts/ubi9-latest-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ! command -v jq >/dev/null 2>&1 || ! command -v curl >/dev/null 2>&1; then
exit 1
fi

# Fetch the tags using curl, for `ubi9`, in the `registry.access.redhat.com`, sorted by last update date descending, and keeping only the first page.
# Fetch `ubi9` from registry.access.redhat.com sorted by most recent update date, and keeping only the first page.
response=$(curl --silent --fail --location --connect-timeout 10 --retry 3 --retry-delay 2 --max-time 30 --header 'accept: application/json' "$URL")

# Check if the response is empty or null
Expand Down

0 comments on commit 3c239ad

Please sign in to comment.