providers/virtualbox: make sure sf host paths are strings

This commit is contained in:
Mitchell Hashimoto 2013-11-22 17:16:21 -08:00
parent 35ac7da5a0
commit be6d4cc116
1 changed files with 1 additions and 1 deletions

View File

@ -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