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 << {
|
defs << {
|
||||||
name: id,
|
name: id,
|
||||||
hostpath: hostpath,
|
hostpath: hostpath.to_s,
|
||||||
transient: data[:transient],
|
transient: data[:transient],
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue