mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
test: missing a '\'
This commit is contained in:
parent
f599e2d0ce
commit
1cfffaf358
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ fixtures amazon-ebs
|
|||
|
||||
teardown() {
|
||||
aws ec2 describe-images --owners self --output json --filters 'Name=tag:packer-test,Values=true' \
|
||||
| jq -r -M '.Images[]["ImageId"]'
|
||||
| jq -r -M '.Images[]["ImageId"]' \
|
||||
| xargs -n1 aws ec2 deregister-image --image-id
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue