From ae444a3250ccb2597284f79b4bf55ddbc7d3b1df Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Wed, 6 Feb 2019 09:31:12 -0600 Subject: [PATCH] fix: change the debugKeyPath name in osc bsusurrogate builder --- builder/osc/bsusurrogate/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/osc/bsusurrogate/builder.go b/builder/osc/bsusurrogate/builder.go index dfd182e90..5df1a63b9 100644 --- a/builder/osc/bsusurrogate/builder.go +++ b/builder/osc/bsusurrogate/builder.go @@ -157,7 +157,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe &osccommon.StepKeyPair{ Debug: b.config.PackerDebug, Comm: &b.config.RunConfig.Comm, - DebugKeyPath: fmt.Sprintf("oapi_%s.pem", b.config.PackerBuildName), + DebugKeyPath: fmt.Sprintf("oapi_%s", b.config.PackerBuildName), }, &osccommon.StepSecurityGroup{ SecurityGroupFilter: b.config.SecurityGroupFilter,