Nitpick loading of configuration
This commit is contained in:
parent
4387a24495
commit
b3f0242dc0
|
@ -454,7 +454,7 @@ module Vagrant
|
||||||
if root_path
|
if root_path
|
||||||
# Load the Vagrantfile in this directory
|
# Load the Vagrantfile in this directory
|
||||||
root_vagrantfile = root_path.join(rootfile)
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue