rake acceptance:config should use proper argument

This commit is contained in:
Mitchell Hashimoto 2011-11-13 20:42:12 -08:00
parent a639b6e521
commit 3e64ac3e69
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace :acceptance do
require File.expand_path('../../test/acceptance/support/tempdir', __FILE__)
# Get the directory for the boxes
box_dir = Pathname.new(args[:directory] || File.expand_path("../../test/tmp/boxes", __FILE__))
box_dir = Pathname.new(args[:box_dir] || File.expand_path("../../test/tmp/boxes", __FILE__))
# Generate the binstubs for the Vagrant binary
tempdir = Tempdir.new