1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

vagrant-plugin: fix uninstall command (#15767)

`vagrant uninstall` => `vagrant plugin uninstall`
https://developer.hashicorp.com/vagrant/docs/cli/plugin#plugin-uninstall
This commit is contained in:
Alexandre ZANNI 2025-02-21 20:08:39 +01:00 committed by GitHub
parent 57f830c125
commit 99150114ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@
- Uninstall a specific plugin:
`vagrant uninstall {{vagrant_vbguest}}`
`vagrant plugin uninstall {{vagrant_vbguest}}`