Skip to content

Commit

Permalink
fix(updatecli) POSIX compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Mar 22, 2024
1 parent 3580296 commit 33aa1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/scripts/check-jdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ do
>&2 curl --connect-timeout 5 --location --head --fail --silent "${url_to_check}" || { echo "ERROR: the following URL is NOT available: ${url_to_check}."; exit 1; }
done

echo "OK: all JDK URL for version=${1} are available."
echo "OK: all JDK URL for version=${1} are available."

0 comments on commit 33aa1b6

Please sign in to comment.