diff --git a/builder/vmware/common/step_export.go b/builder/vmware/common/step_export.go index 3ce738428..4719a3735 100644 --- a/builder/vmware/common/step_export.go +++ b/builder/vmware/common/step_export.go @@ -73,7 +73,7 @@ func (s *StepExport) Run(ctx context.Context, state multistep.StateBag) multiste ovftool := GetOVFTool() if ovftool == "" { - err := fmt.Errorf("Error %s not found: ", ovftool) + err := fmt.Errorf("Error ovftool not found") state.Put("error", err) ui.Error(err.Error()) return multistep.ActionHalt