`vagrant plugin i nstall` shows version it installed
This commit is contained in:
parent
d53e189063
commit
1b3250e3b6
|
@ -46,7 +46,8 @@ module VagrantPlugins
|
||||||
|
|
||||||
# Tell the user
|
# Tell the user
|
||||||
env[:ui].success(I18n.t("vagrant.commands.plugin.installed",
|
env[:ui].success(I18n.t("vagrant.commands.plugin.installed",
|
||||||
:name => plugin_spec.name))
|
:name => plugin_spec.name,
|
||||||
|
:version => plugin_spec.version.to_s))
|
||||||
|
|
||||||
# Continue
|
# Continue
|
||||||
@app.call(env)
|
@app.call(env)
|
||||||
|
|
|
@ -438,7 +438,7 @@ en:
|
||||||
no_plugins: |-
|
no_plugins: |-
|
||||||
No plugins installed.
|
No plugins installed.
|
||||||
installed: |-
|
installed: |-
|
||||||
Installed the '%{name}' plugin!
|
Installed the plugin '%{name} (%{version})'!
|
||||||
installing: |-
|
installing: |-
|
||||||
Installing the '%{name}' plugin. This can take a few minutes...
|
Installing the '%{name}' plugin. This can take a few minutes...
|
||||||
uninstalling: |-
|
uninstalling: |-
|
||||||
|
|
Loading…
Reference in New Issue