hosts/null: needs to accept env as param
This commit is contained in:
parent
a72e7473d5
commit
26b564566b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue