From 3e64ac3e6954dfe76f08b8b47d2d4fb298c2dda9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Nov 2011 20:42:12 -0800 Subject: [PATCH] rake acceptance:config should use proper argument --- tasks/acceptance.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/acceptance.rake b/tasks/acceptance.rake index 24c9fd149..c5eac4352 100644 --- a/tasks/acceptance.rake +++ b/tasks/acceptance.rake @@ -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