From 6a61fc88b7693641cb69424f24075c06fce189b4 Mon Sep 17 00:00:00 2001 From: James Wood Date: Fri, 16 Feb 2024 10:25:23 -0800 Subject: [PATCH] Just to line up better with the other messages --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index f6dcedce..110e1b9e 100755 --- a/utils.sh +++ b/utils.sh @@ -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