Commit a9252959 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: wording

parent 05e081e0
...@@ -90,11 +90,11 @@ func (d *Workstation9LinuxDriver) Verify() error { ...@@ -90,11 +90,11 @@ func (d *Workstation9LinuxDriver) Verify() error {
} }
if err := d.findVmrun(); err != nil { if err := d.findVmrun(); err != nil {
return fmt.Errorf("Critical application 'vmrun' not found in path.") return fmt.Errorf("Required application 'vmrun' not found in path.")
} }
if err := d.findVdiskManager(); err != nil { if err := d.findVdiskManager(); err != nil {
return fmt.Errorf("Critical application 'vmware-vdiskmanager' not found in path.") return fmt.Errorf("Required application 'vmware-vdiskmanager' not found in path.")
} }
return nil return nil
......
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