diff --git a/builder/osc/common/step_key_pair.go b/builder/osc/common/step_key_pair.go index 580046b55..effc9eec6 100644 --- a/builder/osc/common/step_key_pair.go +++ b/builder/osc/common/step_key_pair.go @@ -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 }