Commit b397d75a authored by Ross Smith II's avatar Ross Smith II

Update driver_workstation9.go

1 line typo
parent 4f87ba12
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment