Merge pull request #4878 from UnquietCode/patch-1

fixes a typo introduced in a previous change
This commit is contained in:
Matthew Hooker 2017-05-11 13:44:53 -07:00 committed by GitHub
commit 45a48132d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)