Nitpick loading of configuration

This commit is contained in:
Mitchell Hashimoto 2011-07-15 18:46:04 -07:00
parent 4387a24495
commit b3f0242dc0
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ module Vagrant
if root_path
# Load the Vagrantfile in this directory
root_vagrantfile = root_path.join(rootfile)
@config_loader.set(:root, File.join(root_path, rootfile)) if root_vagrantfile.exist?
@config_loader.set(:root, root_vagrantfile) if root_vagrantfile.exist?
end
end