core: Show message when checksumming box [GH-3623]
This commit is contained in:
parent
a0bc119ec7
commit
51ffa4181c
|
@ -328,6 +328,7 @@ module Vagrant
|
|||
end
|
||||
|
||||
if opts[:checksum] && opts[:checksum_type]
|
||||
env[:ui].detail(I18n.t("vagrant.actions.box.add.checksumming"))
|
||||
validate_checksum(
|
||||
opts[:checksum_type], opts[:checksum], box_url)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue