Escape quotes in JSON in `shell-local` example

pull/4593/head
Basil Peace 9 years ago committed by GitHub
parent e947a95041
commit eecaa8a722

@ -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"
}

Loading…
Cancel
Save