Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/tutorials/examples/ldap-auth/80-verify-trino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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
Expand Down
Loading