Merge pull request #3758 from elconas/fix_vmware_builder
Fix License check to work with licensed VMware Workstation
This commit is contained in:
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…
Reference in New Issue