Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

missing global_config #33

Closed
wants to merge 1 commit into
from
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
View
@@ -309,7 +309,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |global_config|
if Vagrant.has_plugin?("vagrant-cachier")
- config.cache.scope = :box
+ global_config.cache.scope = :box
end
# Global shared folder for pcp source. Copy it so we have our own to muck around in