From 8fbe7a41827bd1179725588529bb444e08ebda4f Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Mon, 22 Feb 2016 09:23:24 -0800 Subject: [PATCH] Fix `shell-local` post-processor exmaple. --- website/source/docs/post-processors/shell-local.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } ```