Skip to content

Commit 506465a

Browse files
committed
docs: Update Trino CLI invocation
1 parent 3f08075 commit 506465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/demos/pages/trino-iceberg.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn
7676

7777
[source,console]
7878
----
79-
$ java -jar ~/Downloads/trino-cli-476-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
79+
$ trino-cli-476 --user admin --insecure --password --server https://172.18.0.2:30856
8080
----
8181

8282
Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output.

0 commit comments

Comments
 (0)