Update builder.go

This commit is contained in:
Dax T Games
2020-02-04 14:41:44 -05:00
committed by GitHub
parent 4fa0f6baa3
commit 9756a9858a
+1 -1
View File
@@ -121,7 +121,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
}
steps = append(steps,
&StepRemoveCDRom{
&StepRemoveCDRom{
Config: &b.config.RemoveCDRomConfig,
},
&common.StepCreateSnapshot{