fixes a typo introduced in a previous change

This commit is contained in:
Ben Fagin 2017-05-11 13:34:48 -07:00 committed by GitHub
parent 25b7a0b1c3
commit 6f63881020
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)