Merge pull request #3758 from elconas/fix_vmware_builder

Fix License check to work with licensed VMware Workstation
pull/3777/merge
Matthew Hooker 10 years ago committed by GitHub
commit badadec140

@ -15,7 +15,7 @@ import (
)
func workstationCheckLicense() error {
matches, err := filepath.Glob("/etc/vmware/license-*")
matches, err := filepath.Glob("/etc/vmware/license-ws-*")
if err != nil {
return fmt.Errorf("Error looking for VMware license: %s", err)
}

Loading…
Cancel
Save