From 246ab523807199eded8599a6f93c9ff808aeb1fd Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 20 Aug 2013 01:27:37 -0300 Subject: [PATCH] Machine scoped cache is no longer tied to providers! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 565f519..a4dd076 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Vagrant.configure("2") do |config| end ``` -This will tell vagrant-cachier to download packages to `.vagrant/machines///cache` +This will tell vagrant-cachier to download packages to `.vagrant/machines//cache` on your current project directory.