From 9c93e548afd6d879fbdea1373431b588c7491034 Mon Sep 17 00:00:00 2001 From: Art Win Date: Thu, 1 Mar 2018 13:05:26 +0200 Subject: [PATCH] the label changed in 2.0 --- plugins/guests/photon/guest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guests/photon/guest.rb b/plugins/guests/photon/guest.rb index 13474d6ee..897cd5e95 100644 --- a/plugins/guests/photon/guest.rb +++ b/plugins/guests/photon/guest.rb @@ -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