core: packaging works again

This commit is contained in:
Mitchell Hashimoto 2014-03-05 13:37:15 -08:00
parent ba52c31bbf
commit 6fefef7538

View File

@ -23,7 +23,6 @@ module Vagrant
@app = app
env["package.files"] ||= {}
env["package.output"] ||= env[:machine].package.name
env["package.output"] ||= "package.box"
end