Merge pull request #3244 from clstokes/docs-pp-shell-local

website/docs: Fix `shell-local` post-processor example.
This commit is contained in:
Rickard von Essen 2016-02-22 18:50:06 +01:00
commit e486eba9cb
1 changed files with 1 additions and 1 deletions

View File

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