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