mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
Always return string value when converting path
This commit is contained in:
parent
ea4e60247d
commit
69ece0db4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue