diff --git a/updatecli/scripts/check-jdk.sh b/updatecli/scripts/check-jdk.sh index 47fe1608..d16ac594 100755 --- a/updatecli/scripts/check-jdk.sh +++ b/updatecli/scripts/check-jdk.sh @@ -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." \ No newline at end of file +echo "OK: all JDK URL for version=${1} are available."