fix: namming in step keypair

This commit is contained in:
Marin Salinas 2019-02-04 11:43:35 -06:00 committed by Megan Marsh
parent 7ef09bba13
commit 1df7f15f53
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func (s *StepKeyPair) Run(_ context.Context, state multistep.StateBag) multistep
}
if s.Comm.SSHAgentAuth && s.Comm.SSHKeyPairName == "" {
ui.Say("Using SSH Agent with key pair in Source AMI")
ui.Say("Using SSH Agent with key pair in Source OMI")
return multistep.ActionContinue
}