Fix `shell-local` post-processor exmaple.

This commit is contained in:
Cameron Stokes 2016-02-22 09:23:24 -08:00
parent 11c1ac45f8
commit 8fbe7a4182
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ The example below is fully functional.
``` {.javascript} ``` {.javascript}
{ {
"type": "shell", "type": "shell-local",
"inline": ["echo foo"] "inline": ["echo foo"]
} }
``` ```