From 26b564566b5387dfdf32e25e7ed386407617c923 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Jan 2014 21:14:33 -0800 Subject: [PATCH] hosts/null: needs to accept env as param --- plugins/hosts/null/host.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hosts/null/host.rb b/plugins/hosts/null/host.rb index b90b1503c..f965452bf 100644 --- a/plugins/hosts/null/host.rb +++ b/plugins/hosts/null/host.rb @@ -3,7 +3,7 @@ require "vagrant" module VagrantPlugins module HostNull class Host < Vagrant.plugin("2", :host) - def detect? + def detect?(env) # This host can only be explicitly chosen. false end