Do not use UNSET_VALUE in plugin (it uses components)

This commit is contained in:
Seth Vargo 2014-10-24 19:49:10 -04:00
parent 41ac448ba8
commit 35b7e28011
1 changed files with 1 additions and 1 deletions

View File

@ -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