No need to call `load!` anymore, since it doesn't exist
This commit is contained in:
parent
0ec639c8e1
commit
a4713d5a84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue