Fix `shell-local` post-processor exmaple.
This commit is contained in:
parent
11c1ac45f8
commit
8fbe7a4182
|
@ -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