Update driver_workstation9.go

1 line typo
This commit is contained in:
Ross Smith II 2014-05-11 08:46:19 -07:00
parent 4f87ba12cc
commit b397d75a52

View File

@ -134,7 +134,7 @@ func (d *Workstation9Driver) Verify() error {
}
if _, err := os.Stat(d.VdiskManagerPath); err != nil {
return fmt.Errorf("'vmrun' application not found: %s", d.VdiskManagerPath)
return fmt.Errorf("'vmware-vdiskmanager' application not found: %s", d.VdiskManagerPath)
}
// Check to see if it APPEARS to be licensed.