Merge pull request #7204 from johnmccabe/fix/osxuninstall

fix path in OSX vagrant uninstallation steps
This commit is contained in:
Seth Vargo 2016-04-05 10:07:03 -04:00
commit 45cc01e6a9
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
```