Remove my name from output :P
This commit is contained in:
parent
fb97820993
commit
c4ba0c9445
1 changed files with 3 additions and 3 deletions
|
@ -73,9 +73,9 @@ if you are on a Linux machine:
|
||||||
```
|
```
|
||||||
# scope = :box (default)
|
# scope = :box (default)
|
||||||
$ du -h -d0 $HOME/.vagrant.d/cache
|
$ du -h -d0 $HOME/.vagrant.d/cache
|
||||||
405M /home/fabio/.vagrant.d/cache/precise64
|
405M /home/user/.vagrant.d/cache/precise64
|
||||||
1.1G /home/fabio/.vagrant.d/cache/raring64
|
1.1G /home/user/.vagrant.d/cache/raring64
|
||||||
448M /home/fabio/.vagrant.d/cache/quantal64
|
448M /home/user/.vagrant.d/cache/quantal64
|
||||||
|
|
||||||
# scope = :machine
|
# scope = :machine
|
||||||
$ du -h -d0 .vagrant/machines/*/cache
|
$ du -h -d0 .vagrant/machines/*/cache
|
||||||
|
|
Loading…
Reference in a new issue