This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 5ad424a3d3 [MINOR] Fix readme federated tutorial command
5ad424a3d3 is described below
commit 5ad424a3d36b698c3e22eb33782cdef714b140d6
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Wed Jan 10 10:52:32 2024 +0100
[MINOR] Fix readme federated tutorial command
---
scripts/tutorials/federated/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/tutorials/federated/README.md
b/scripts/tutorials/federated/README.md
index 7bd7e08f7d..5210a096ac 100644
--- a/scripts/tutorials/federated/README.md
+++ b/scripts/tutorials/federated/README.md
@@ -174,7 +174,7 @@ that port forward the list of ports from your local machine
to the remote machin
Note this only works if all the federated machines are remote machines, aka
the address list contain no localhost.
```sh
-portforward.sh
+./portforward.sh
```
Note these process will just continue running in the background so have to be
manually terminated.