Skip to content

Commit

Permalink
Merge pull request deis#4551 from helgi/aws-bracket
Browse files Browse the repository at this point in the history
fix(contrib/aws): stray bracket in aws query removed
  • Loading branch information
helgi committed Sep 30, 2015
2 parents 6e91f50 + 2d30418 commit 29b6c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/aws/provision-aws-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ aws ec2 describe-instances \
export ELB_DNS_NAME=$(aws cloudformation describe-stacks \
--stack-name $STACK_NAME \
--max-items 1 \
--query 'Stacks[].[ Outputs[?OutputKey==`DNSName`].OutputValue ] ]' \
--query 'Stacks[].[ Outputs[?OutputKey==`DNSName`].OutputValue ]' \
--output=text \
$EXTRA_AWS_CLI_ARGS)
Expand Down

0 comments on commit 29b6c0b

Please sign in to comment.