Merge pull request #3244 from clstokes/docs-pp-shell-local
website/docs: Fix `shell-local` post-processor example.
This commit is contained in:
commit
e486eba9cb
|
@ -18,7 +18,7 @@ The example below is fully functional.
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell-local",
|
||||||
"inline": ["echo foo"]
|
"inline": ["echo foo"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue