diff --git a/builder/virtualbox/common/step_attach_isos.go b/builder/virtualbox/common/step_attach_isos.go index 24c81dd1e..897cdbd06 100644 --- a/builder/virtualbox/common/step_attach_isos.go +++ b/builder/virtualbox/common/step_attach_isos.go @@ -112,7 +112,7 @@ func (s *StepAttachISOs) Run(ctx context.Context, state multistep.StateBag) mult controllerName = "VirtIO Controller" port = "3" device = "0" - } + } ui.Message("Mounting cd_files ISO...") }