class Vagrant::Action::Builtin::HandleBoxUrl

Public Instance Methods

call(env) click to toggle source
# File lib/vagrant/action/builtin/handle_box_url.rb, line 5
def call(env)
  env[:ui].warn("HandleBoxUrl middleware is deprecated. Use HandleBox instead.")
  env[:ui].warn("This is a bug with the provider. Please contact the creator")
  env[:ui].warn("of the provider you use to fix this.")
  super
end