diff --git a/lib/vagrant/plugin/remote/manager.rb b/lib/vagrant/plugin/remote/manager.rb index e0883fe3a..d7c92008d 100644 --- a/lib/vagrant/plugin/remote/manager.rb +++ b/lib/vagrant/plugin/remote/manager.rb @@ -181,7 +181,8 @@ module Vagrant sf_class.plugin_name = plg[:name] sf_class.type = plg[:type] result.register(plg[:name].to_sym) do - [proc{sf_class}] + # TODO(phinze): wire through CommandOptions and return them here + [proc{sf_class}, {}] end end end