Update driver_workstation9.go
1 line typo
This commit is contained in:
parent
4f87ba12cc
commit
b397d75a52
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user