This commit is contained in:
Fabio Rehm 2014-02-01 20:17:01 -02:00
parent 8a4b911678
commit 09d65c4a3c

View file

@ -15,7 +15,7 @@ module VagrantPlugins
configure_cache_buckets(env)
end
def configure_cache_buckets
def configure_cache_buckets(env)
return unless env[:machine].config.cache.enabled?
if env[:machine].config.cache.auto_detect