Escape quotes in JSON in `shell-local` example

This commit is contained in:
Basil Peace 2017-02-24 19:16:26 +03:00 committed by GitHub
parent e947a95041
commit eecaa8a722
1 changed files with 1 additions and 1 deletions

View File

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