Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 9b6c13b

Browse files
committed
working folder parameter MUST be quoted on some OS (like MacOS)
1 parent 4bbf059 commit 9b6c13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sshcode kyle@dev.kwc.io
4646
You can specify a remote directory as the second argument:
4747

4848
```bash
49-
sshcode kyle@dev.kwc.io ~/projects/sourcegraph
49+
sshcode kyle@dev.kwc.io "~/projects/sourcegraph"
5050
```
5151

5252
## Extensions & Settings Sync

0 commit comments

Comments
 (0)