providers/virtualbox: make sure sf host paths are strings
This commit is contained in:
parent
35ac7da5a0
commit
be6d4cc116
|
@ -15,7 +15,7 @@ module VagrantPlugins
|
|||
|
||||
defs << {
|
||||
name: id,
|
||||
hostpath: hostpath,
|
||||
hostpath: hostpath.to_s,
|
||||
transient: data[:transient],
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue