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

pull/919/head
Ross Smith II 13 years ago
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…
Cancel
Save