No need to call `load!` anymore, since it doesn't exist

This commit is contained in:
Mitchell Hashimoto 2012-11-14 16:15:40 -08:00
parent 0ec639c8e1
commit a4713d5a84
1 changed files with 0 additions and 4 deletions

View File

@ -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