From 6fefef753854f8042ffeb3d545f1fc0832424f9e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 5 Mar 2014 13:37:15 -0800 Subject: [PATCH] core: packaging works again --- lib/vagrant/action/general/package.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/action/general/package.rb b/lib/vagrant/action/general/package.rb index f112e9ede..10c456dd9 100644 --- a/lib/vagrant/action/general/package.rb +++ b/lib/vagrant/action/general/package.rb @@ -23,7 +23,6 @@ module Vagrant @app = app env["package.files"] ||= {} - env["package.output"] ||= env[:machine].package.name env["package.output"] ||= "package.box" end