diff --git a/website/source/docs/post-processors/shell-local.html.md b/website/source/docs/post-processors/shell-local.html.md index 4c91a8abb..d6571264f 100644 --- a/website/source/docs/post-processors/shell-local.html.md +++ b/website/source/docs/post-processors/shell-local.html.md @@ -127,7 +127,7 @@ a tarball, you might wright this: }, { "inline": [ - "jq ".builds[].files[].name" manifest.json | xargs tar cfz artifacts.tgz" + "jq \".builds[].files[].name\" manifest.json | xargs tar cfz artifacts.tgz" ], "type": "shell-local" }