Commit cf461483 authored by Ross Smith II's avatar Ross Smith II

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

parent 56c383cf
......@@ -46,6 +46,7 @@ func NewDriver() (Driver, error) {
AppPath: "/Applications/VMware Fusion.app",
}
case "linux":
fallthrough
case "windows":
driver = &Workstation9Driver{}
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment