From 1df7f15f53045ae55f4ae4ea9513a2e64394c60f Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Mon, 4 Feb 2019 11:43:35 -0600 Subject: [PATCH] fix: namming in step keypair --- builder/osc/common/step_key_pair.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }