Swap TERM and SHELL in v2 file format example

This commit is contained in:
Josh Holland
2018-02-19 19:18:36 +00:00
committed by Marcin Kulik
parent 52a33b764b
commit 35afc04387

View File

@@ -71,8 +71,8 @@ Example env:
```json
"env": {
"SHELL": "xterm-256color",
"TERM": "/bin/bash"
"SHELL": "/bin/bash",
"TERM": "xterm-256color"
}
```