mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
Escape quotes in JSON in shell-local example
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user