Skip to content

Commit

Permalink
Fix to Ruby test script
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Nov 16, 2016
1 parent 1aab7c5 commit 185d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ruby/06-terraform-team/terraform-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
puts `terraform apply #{vars_string} 2>&1`

elb_dns_name = `terraform output -no-color elb_dns_name`
url = "http://#{elb_dns_name}/"
url = "http://#{elb_dns_name.strip}/"

retries = 0
loop do
Expand Down

0 comments on commit 185d6a7

Please sign in to comment.