Skip to content

Commit

Permalink
Just to line up better with the other messages
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Feb 16, 2024
1 parent 6d66544 commit 6a61fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function check_java_requirements () {
fi

if [[ "${JAVA_PATH_VERSION}" > "17" && "${JAVA_PATH_VERSION}" < "18" ]]; then
print " Java version == 17x [OK]"
print " Java version == 17x [OK]"
else
print " ERROR: Java version is ${JAVA_PATH_VERSION}. CWS only supports Java version 17x."
exit 1
Expand Down

0 comments on commit 6a61fc8

Please sign in to comment.