test: missing a '\'

This commit is contained in:
Mitchell Hashimoto 2013-12-11 16:14:53 -08:00
parent f599e2d0ce
commit 1cfffaf358
1 changed files with 1 additions and 1 deletions

View File

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