From 6f81d16691543c544b7a44164b477a27ffafd650 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 12 Jul 2018 16:49:22 -0700 Subject: [PATCH] Remove final #to_s on 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 20a389d3e..e1f2ea29c 100644 --- a/lib/vagrant/util/platform.rb +++ b/lib/vagrant/util/platform.rb @@ -412,7 +412,7 @@ module Vagrant path = parts.join("\\") end end - path.to_s + path end # Takes a windows path and formats it to the