Ignore options that come back from the plugin for now
This commit is contained in:
parent
988518a6ba
commit
3871154a74
|
@ -567,10 +567,7 @@ module Vagrant
|
||||||
|
|
||||||
push_config = vagrantfile.push(name)
|
push_config = vagrantfile.push(name)
|
||||||
push_config.each do |strategy, config_blocks|
|
push_config.each do |strategy, config_blocks|
|
||||||
plugin, options = push_registry.get(strategy)
|
plugin, _ = push_registry.get(strategy)
|
||||||
|
|
||||||
# TODO: What do we do with options?
|
|
||||||
# options
|
|
||||||
|
|
||||||
if plugin.nil?
|
if plugin.nil?
|
||||||
raise Vagrant::Errors::PushStrategyNotLoaded,
|
raise Vagrant::Errors::PushStrategyNotLoaded,
|
||||||
|
|
Loading…
Reference in New Issue