Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b6c13b

Browse files
committedMay 3, 2019
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

Lines changed: 1 addition & 1 deletion
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)
This repository has been archived.