Fix processing of VBOX_INSTALL_PATH
This commit is contained in:
parent
557a451e2f
commit
2cbaa98751
|
@ -43,7 +43,7 @@ module VagrantPlugins
|
|||
|
||||
# If the executable exists, then set it as the main path
|
||||
# and break out
|
||||
vboxmanage = "#{path}VBoxManage.exe"
|
||||
vboxmanage = "#{single}VBoxManage.exe"
|
||||
if File.file?(vboxmanage)
|
||||
@vboxmanage_path = Vagrant::Util::Platform.cygwin_windows_path(vboxmanage)
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue