Skip to content

Commit d9a5bf2

Browse files
committed
Merge pull request #125 from wking/example-cwd
config: Add example cwd
2 parents 4e4f34a + 10aa5f2 commit d9a5bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For Linux-based systems the user structure has the following fields:
6262
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
6363
"TERM=xterm"
6464
],
65-
"cwd": "",
65+
"cwd": "/root",
6666
"args": [
6767
"sh"
6868
]

0 commit comments

Comments
 (0)