doc error: vagrant uninstall incorrect

This commit is contained in:
Roland Walker
2014-01-24 08:40:15 -05:00
parent e42f0f8dc1
commit c7863dbac0
+2 -4
View File
@@ -39,10 +39,8 @@ class Vagrant < Cask
version '1.2.6'
sha1 '5f3e1bc5761b41e476bc8035f5ba03d42c0e12f0'
install 'Vagrant.pkg'
uninstall {
:script => 'uninstall.tool',
:input => %w[Yes]
}
uninstall :script => { :executable => 'uninstall.tool',
:input => %w[Yes] }
end
```