mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Expand on plugin repair failure output
This commit is contained in:
parent
d87cf25ed2
commit
0cba6bf535
1 changed files with 7 additions and 1 deletions
|
|
@ -1647,7 +1647,13 @@ en:
|
|||
repair_complete: |-
|
||||
Installed plugins successfully repaired!
|
||||
repair_failed: |-
|
||||
Failed to automatically repair installed Vagrant plugins. Failure message:
|
||||
Failed to automatically repair installed Vagrant plugins. To fix this
|
||||
problem remove all user installed plugins and reinstall. Vagrant can
|
||||
do this for you automatically by running the following command:
|
||||
|
||||
vagrant plugin expunge --reinstall
|
||||
|
||||
Failure message received during repair:
|
||||
|
||||
%{message}
|
||||
snapshot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue