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 VagrantPlugins
|
||||||
module HostNull
|
module HostNull
|
||||||
class Host < Vagrant.plugin("2", :host)
|
class Host < Vagrant.plugin("2", :host)
|
||||||
def detect?
|
def detect?(env)
|
||||||
# This host can only be explicitly chosen.
|
# This host can only be explicitly chosen.
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue