From fcf958747a59632f7d6fa5d41c6c1d7610c88491 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 21 Jan 2026 13:06:14 +0100 Subject: [PATCH] Bump trino-cli version --- modules/tutorials/examples/ldap-auth/80-verify-trino.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tutorials/examples/ldap-auth/80-verify-trino.sh b/modules/tutorials/examples/ldap-auth/80-verify-trino.sh index 01b50090b..40365c6ca 100755 --- a/modules/tutorials/examples/ldap-auth/80-verify-trino.sh +++ b/modules/tutorials/examples/ldap-auth/80-verify-trino.sh @@ -2,7 +2,7 @@ set -euo pipefail -trino_version="476" +trino_version="479" trino_download_url="https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${trino_version}-executable.jar" trino_login() { @@ -33,7 +33,7 @@ password="alice" echo "Testing trino login with $username:$password ..." if trino_login "$username" "$password"; then - echo "Login sucessful" + echo "Login successful" else echo "Login unsuccessful" exit 1