This commit is contained in:
Phillip Webb 2022-08-24 17:50:36 -07:00
parent dda44f1ca2
commit a7e2c0c8af
1 changed files with 1 additions and 1 deletions

View File

@ -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