Skip to content

Commit dd256b9

Browse files
committed
Fix the syntax error
1 parent 057f6af commit dd256b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kitchen/driver/ec2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Ec2 < Kitchen::Driver::SSHBase
5252
driver.default_username
5353
end
5454
default_config :endpoint do |driver|
55-
"https://ec2.#{driver.default_region}".amazonaws.com"
55+
"https://ec2.#{driver.default_region}.amazonaws.com"
5656
end
5757

5858

0 commit comments

Comments
 (0)