Class: Vagrant::Action::Builtin::HandleBoxUrl
- Defined in:
- lib/vagrant/action/builtin/handle_box_url.rb
Instance Method Summary collapse
Methods inherited from HandleBox
Constructor Details
This class inherits a constructor from Vagrant::Action::Builtin::HandleBox
Instance Method Details
#call(env) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/vagrant/action/builtin/handle_box_url.rb', line 8 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 |