guests/bsd: remove darwin matching
This commit is contained in:
parent
7fc9a9fdee
commit
666d5e6391
|
@ -2,7 +2,7 @@ module VagrantPlugins
|
|||
module GuestBSD
|
||||
class Guest < Vagrant.plugin("2", :guest)
|
||||
def detect?(machine)
|
||||
machine.communicate.test("uname -s | grep -i 'Darwin|BSD'")
|
||||
machine.communicate.test("uname -s | grep -i 'BSD'")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue