don't forget to pass the `installer_download_path` from the config!

This commit is contained in:
Torben Knerr 2014-12-17 00:48:34 +01:00
parent acc4e3806f
commit f2b494c2cc
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ module VagrantPlugins
force: config.install == :force,
version: config.version,
prerelease: config.prerelease,
download_path: config.installer_download_path
)
installer.ensure_installed
end