Machine scoped cache is no longer tied to providers!
This commit is contained in:
parent
8e89c0b1d5
commit
246ab52380
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
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.
|
on your current project directory.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue