diff --git a/builder/parallels/common/driver_9.go b/builder/parallels/common/driver_9.go index 538578b..9bfdc60 100644 --- a/builder/parallels/common/driver_9.go +++ b/builder/parallels/common/driver_9.go @@ -373,7 +373,7 @@ func (d *Parallels9Driver) SendKeyScanCodes(vmName string, codes ...string) erro prlctlCurrVersion, _ := version.NewVersion(prlctlCurrVersionStr) v2, _ := version.NewVersion("19.0.0") - if verErr != nil && prlctlCurrVersion.LessThan(v2) { + if prlctlCurrVersion.LessThan(v2) { f, err := tmp.File("prltype") if err != nil {