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

This commit is contained in:
Ross Smith II 2013-07-28 20:41:09 -07:00
parent 56c383cf68
commit cf46148300
1 changed files with 1 additions and 0 deletions

View File

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