diff --git a/website/source/docs/post-processors/shell-local.html.markdown b/website/source/docs/post-processors/shell-local.html.markdown index f3db8f8a2..78c39194d 100644 --- a/website/source/docs/post-processors/shell-local.html.markdown +++ b/website/source/docs/post-processors/shell-local.html.markdown @@ -18,7 +18,7 @@ The example below is fully functional. ``` {.javascript} { - "type": "shell", + "type": "shell-local", "inline": ["echo foo"] } ```