Fix example of removing buckets from machine scoped dirs [GH-82]

This commit is contained in:
Fabio Rehm 2014-02-11 22:46:08 -02:00
parent aaff51fda8
commit 849374e0d1
1 changed files with 1 additions and 1 deletions

View File

@ -148,5 +148,5 @@ the code below if you are on a Linux machine:
$ rm -rf $HOME/.vagrant.d/cache/<box-name>/<optional-bucket-name>
# scope = :machine
$ rm -rf .vagrant/cache/<box-name>/<optional-bucket-name>
$ rm -rf .vagrant/machines/<machine-name>/cache/<optional-bucket-name>
```