diff --git a/builder/vmware/common/driver_workstation_unix.go b/builder/vmware/common/driver_workstation_unix.go index bf6ef53da..c4217d9be 100644 --- a/builder/vmware/common/driver_workstation_unix.go +++ b/builder/vmware/common/driver_workstation_unix.go @@ -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) }