Remove final #to_s on path
This commit is contained in:
parent
6aa5c1a008
commit
6f81d16691
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue