This commit is contained in:
parent
56c383cf68
commit
cf46148300
|
@ -46,6 +46,7 @@ func NewDriver() (Driver, error) {
|
|||
AppPath: "/Applications/VMware Fusion.app",
|
||||
}
|
||||
case "linux":
|
||||
fallthrough
|
||||
case "windows":
|
||||
driver = &Workstation9Driver{}
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue