We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6c036 commit fcf9587Copy full SHA for fcf9587
modules/tutorials/examples/ldap-auth/80-verify-trino.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
5
-trino_version="476"
+trino_version="479"
6
trino_download_url="https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${trino_version}-executable.jar"
7
8
trino_login() {
@@ -33,7 +33,7 @@ password="alice"
33
34
echo "Testing trino login with $username:$password ..."
35
if trino_login "$username" "$password"; then
36
- echo "Login sucessful"
+ echo "Login successful"
37
else
38
echo "Login unsuccessful"
39
exit 1
0 commit comments