the label changed in 2.0
This commit is contained in:
parent
04fdab961e
commit
9c93e548af
|
@ -2,7 +2,7 @@ module VagrantPlugins
|
|||
module GuestPhoton
|
||||
class Guest < Vagrant.plugin("2", :guest)
|
||||
def detect?(machine)
|
||||
machine.communicate.test("cat /etc/photon-release | grep 'VMware Photon Linux'")
|
||||
machine.communicate.test("cat /etc/photon-release | grep 'VMware Photon'")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue