From 56c7a9cda5c8bec326c17849dd94c6402f7b1ae8 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 23 Oct 2020 11:47:20 -0700 Subject: [PATCH] rebase --- builder/vsphere/iso/builder.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/vsphere/iso/builder.go b/builder/vsphere/iso/builder.go index cd31bfe59..45fe1ca0b 100644 --- a/builder/vsphere/iso/builder.go +++ b/builder/vsphere/iso/builder.go @@ -82,7 +82,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack Directories: b.config.FloppyDirectories, Label: b.config.FloppyLabel, }, - &StepAddFloppy{ + &common.StepAddFloppy{ Config: &b.config.FloppyConfig, Datastore: b.config.Datastore, Host: b.config.Host, @@ -127,11 +127,11 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack &common.StepShutdown{ Config: &b.config.ShutdownConfig, }, - &StepRemoveFloppy{ + &common.StepRemoveFloppy{ Datastore: b.config.Datastore, Host: b.config.Host, }, - &StepRemoveCDRom{ + &common.StepRemoveCDRom{ Config: &b.config.RemoveCDRomConfig, }, &common.StepCreateSnapshot{