Skip to content

Commit 10aa5f2

Browse files
committed
config: Add example cwd
The field is optional, but it's nice to have at least one example of it in use. Signed-off-by: W. Trevor King <[email protected]>
1 parent 6a5a445 commit 10aa5f2

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)