Ignore options that come back from the plugin for now

This commit is contained in:
Seth Vargo 2014-10-23 16:27:21 -04:00
parent 988518a6ba
commit 3871154a74
1 changed files with 1 additions and 4 deletions

View File

@ -567,10 +567,7 @@ module Vagrant
push_config = vagrantfile.push(name)
push_config.each do |strategy, config_blocks|
plugin, options = push_registry.get(strategy)
# TODO: What do we do with options?
# options
plugin, _ = push_registry.get(strategy)
if plugin.nil?
raise Vagrant::Errors::PushStrategyNotLoaded,