Machine scoped cache is no longer tied to providers!

This commit is contained in:
Fabio Rehm 2013-08-20 01:27:37 -03:00
parent 8e89c0b1d5
commit 246ab52380

View file

@ -119,7 +119,7 @@ Vagrant.configure("2") do |config|
end
```
This will tell vagrant-cachier to download packages to `.vagrant/machines/<machine-name>/<provider-name>/cache`
This will tell vagrant-cachier to download packages to `.vagrant/machines/<machine-name>/cache`
on your current project directory.