From b8f1d484be9f9d8a66f4dd456ca1fd332745a3bc Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 28 Jul 2013 20:41:09 -0700 Subject: [PATCH] added missing fallthru in case statement for linux option, fixes #221, #222 --- builder/vmware/driver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/vmware/driver.go b/builder/vmware/driver.go index bb0eb6b24..4df6089fd 100644 --- a/builder/vmware/driver.go +++ b/builder/vmware/driver.go @@ -46,6 +46,7 @@ func NewDriver() (Driver, error) { AppPath: "/Applications/VMware Fusion.app", } case "linux": + fallthrough case "windows": driver = &Workstation9Driver{} default: