Commit 1cfffaf3 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

test: missing a '\'

parent f599e2d0
...@@ -9,7 +9,7 @@ fixtures amazon-ebs ...@@ -9,7 +9,7 @@ fixtures amazon-ebs
teardown() { teardown() {
aws ec2 describe-images --owners self --output json --filters 'Name=tag:packer-test,Values=true' \ 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 | xargs -n1 aws ec2 deregister-image --image-id
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment