From c31feb0e94ba03b818b3307bf6e558da9b7edcda Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Jan 2014 16:52:03 -0800 Subject: [PATCH] core: fix missing interpolation for boxcollection --- lib/vagrant/box_collection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/box_collection.rb b/lib/vagrant/box_collection.rb index cc57456f3..a108d84d3 100644 --- a/lib/vagrant/box_collection.rb +++ b/lib/vagrant/box_collection.rb @@ -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