core: fix missing interpolation for boxcollection

This commit is contained in:
Mitchell Hashimoto 2014-01-23 16:52:03 -08:00
parent 8f0f0506d6
commit c31feb0e94
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module Vagrant
"Box already exists, can't add: #{name} v#{version} #{box_formats.join(", ")}")
raise Errors::BoxAlreadyExists,
name: name,
providers: box_formats.join(", "),
provider: box_formats.join(", "),
version: version
end