From a7e2c0c8af0159bcf69c26bc4a5278afad38a4de Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Aug 2022 17:50:36 -0700 Subject: [PATCH] Polish --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 0c16113dff8..2eb124a7f59 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -14,7 +14,7 @@ case "$1" in java18) echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" ;; - *) + *) echo $"Unknown java version" exit 1 esac