From 97e31c82ef5bba15b47d925fe7f4c05b5f229194 Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 11 Mar 2010 00:02:57 -0800 Subject: [PATCH] whitespace fix --- lib/vagrant/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?