From a4713d5a8498ab1510633fb3739f4eb471baf65d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 14 Nov 2012 16:15:40 -0800 Subject: [PATCH] No need to call `load!` anymore, since it doesn't exist --- bin/vagrant | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/vagrant b/bin/vagrant index a0fdbd9c4..38aa15150 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -63,10 +63,6 @@ begin exit 0 if !result || result.upcase != "Y" - # Load the environment - logger.debug("Loading environment") - env.load! - # Execute the CLI interface, and exit with the proper error code exit(env.cli(ARGV)) rescue Vagrant::Errors::VagrantError => e