added missing fallthru in case statement for linux option, fixes #221, #222

pull/222/head
Ross Smith II 13 years ago
parent 2e4585bc9c
commit b8f1d484be

@ -46,6 +46,7 @@ func NewDriver() (Driver, error) {
AppPath: "/Applications/VMware Fusion.app",
}
case "linux":
fallthrough
case "windows":
driver = &Workstation9Driver{}
default:

Loading…
Cancel
Save