Skip to content

Commit

Permalink
Merge pull request #4878 from UnquietCode/patch-1
Browse files Browse the repository at this point in the history
fixes a typo introduced in a previous change
  • Loading branch information
mwhooker authored May 11, 2017
2 parents 25b7a0b + 6f63881 commit 45a4813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/amazon/common/step_security_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (s *StepSecurityGroup) Run(state multistep.StateBag) multistep.StepAction {
// group isn't available immediately because AWS resources are eventually
// consistent.
ui.Say(fmt.Sprintf(
"Authorizing access to port %d the temporary security group...",
"Authorizing access to port %d on the temporary security group...",
port))
for i := 0; i < 5; i++ {
_, err = ec2conn.AuthorizeSecurityGroupIngress(req)
Expand Down

0 comments on commit 45a4813

Please sign in to comment.