Skip to content

Commit ff8767c

Browse files
authored
Correct rsync command (coder#1252)
The previous command example with `user@coder.<workspace>` does not work and gives a `fatal: failed to find workspace` error.
1 parent c39342d commit ff8767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ example, the following shows how you can transfer your home directory to your
7171
workspace:
7272

7373
```console
74-
rsync -e "coder ssh" -a --progress ~/project user@coder.<workspace-name>:~/project
74+
rsync -e "coder ssh" -a --progress ~/project <workspace-name>:~/project
7575
```

0 commit comments

Comments
 (0)