fix missing local variable
This commit is contained in:
parent
daf8cfcdea
commit
03ba78ab26
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module VagrantPlugins
|
||||||
def setup_omnibus_cache_folder
|
def setup_omnibus_cache_folder
|
||||||
# unfortunately vagrant-omnibus hooks in before our buckets are installed, yet
|
# unfortunately vagrant-omnibus hooks in before our buckets are installed, yet
|
||||||
# this is early enough to tell it to download to the vagrant-omnibus pseudo bucket
|
# this is early enough to tell it to download to the vagrant-omnibus pseudo bucket
|
||||||
if env[:machine].config.cache.auto_detect && omnibus_plugin_detected? && omnibus_plugin_enabled?
|
if @env[:machine].config.cache.auto_detect && omnibus_plugin_detected? && omnibus_plugin_enabled?
|
||||||
ENV['OMNIBUS_DOWNLOAD_DIR'] ||= "#{guest_cache_root}/vagrant-omnibus"
|
ENV['OMNIBUS_DOWNLOAD_DIR'] ||= "#{guest_cache_root}/vagrant-omnibus"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue