fix path in OSX vagrant uninstallation steps

This commit is contained in:
John McCabe 2016-04-05 11:52:09 +01:00
parent 88fd100011
commit c5159e178c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ On **Mac OS X**:
```sh
rm -rf /Applications/Vagrant
rm -f /usr/bin/vagrant
rm -f /usr/local/bin/vagrant
sudo pkgutil --forget com.vagrant.vagrant
```