core: event he default host shuld have proper API
This commit is contained in:
parent
26b564566b
commit
5f832467b3
|
@ -505,7 +505,7 @@ module Vagrant
|
|||
# with no capabilities and use that. This should almost never happen
|
||||
# since Vagrant works on most host OS's now, so this is a "slow path"
|
||||
klass = Class.new(Vagrant.plugin("2", :host)) do
|
||||
def detect?; true; end
|
||||
def detect?(env); true; end
|
||||
end
|
||||
|
||||
hosts = { generic: [klass, nil] }
|
||||
|
|
Loading…
Reference in New Issue