Always return string value when converting path
This commit is contained in:
parent
ea4e60247d
commit
69ece0db4e
@ -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…
x
Reference in New Issue
Block a user