Skip to content

Commit 185d6a7

Browse files
committed
Fix to Ruby test script
1 parent 1aab7c5 commit 185d6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ruby/06-terraform-team/terraform-test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
puts `terraform apply #{vars_string} 2>&1`
2020

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

2424
retries = 0
2525
loop do

0 commit comments

Comments
 (0)