diff --git a/lib/vagrant/action/builtin/box_add.rb b/lib/vagrant/action/builtin/box_add.rb index 20ae3a9d4..ff0313b79 100644 --- a/lib/vagrant/action/builtin/box_add.rb +++ b/lib/vagrant/action/builtin/box_add.rb @@ -33,10 +33,7 @@ module Vagrant # Determine if we already have the box before downloading # it again. We can only do this if we specify a format - if !box_formats - env[:ui].warn(I18n.t( - "vagrant.actions.box.download.no_provider_cant_check")) - else + if box_formats begin if env[:box_collection].find(box_name, box_formats) raise Errors::BoxAlreadyExists,