From 69ece0db4e314e2eaaa493e550e251ce078cf18a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 18 Jun 2018 10:02:59 -0700 Subject: [PATCH] Always return string value when converting path --- lib/vagrant/util/platform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/util/platform.rb b/lib/vagrant/util/platform.rb index e051573c3..789d61ece 100644 --- a/lib/vagrant/util/platform.rb +++ b/lib/vagrant/util/platform.rb @@ -411,7 +411,7 @@ module Vagrant path = parts.join("\\") end end - path + path.to_s end # Takes a windows path and formats it to the