diff --git a/lib/vagrant/env.rb b/lib/vagrant/env.rb index 1b94363ae..129f7dab0 100644 --- a/lib/vagrant/env.rb +++ b/lib/vagrant/env.rb @@ -114,7 +114,7 @@ msg end def load_root_path!(path=nil) - path = Pathname.new(File.expand_path(path || Dir.pwd)) + path = Pathname.new(File.expand_path(path || Dir.pwd)) # Stop if we're at the root. return false if path.root?