core: fix missing interpolation for boxcollection
This commit is contained in:
parent
8f0f0506d6
commit
c31feb0e94
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue