Skip to content

Commit

Permalink
rake acceptance:config should use proper argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Nov 14, 2011
1 parent a639b6e commit 3e64ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/acceptance.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e64ac3

Please sign in to comment.