diff --git a/lib/vagrant/plugin/v2/plugin.rb b/lib/vagrant/plugin/v2/plugin.rb index bcae23eaa..a39b3cf10 100644 --- a/lib/vagrant/plugin/v2/plugin.rb +++ b/lib/vagrant/plugin/v2/plugin.rb @@ -225,7 +225,7 @@ module Vagrant # # @param [String] name Name of the push. # @param [Hash] options List of options for the push. - def self.push(name=UNSET_VALUE, options=nil, &block) + def self.push(name, options=nil, &block) components.pushes.register(name.to_sym) do [block.call, options] end