hosts/null: needs to accept env as param

This commit is contained in:
Mitchell Hashimoto 2014-01-07 21:14:33 -08:00
parent a72e7473d5
commit 26b564566b
1 changed files with 1 additions and 1 deletions

View File

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