Fix ruby mode startup

This commit is contained in:
Chris Roberts 2021-08-16 11:42:18 -07:00 committed by Paul Hinze
parent aaf0ae8504
commit 8890b8870e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -207,7 +207,7 @@ begin
# Create the environment, which is the cwd of wherever the
# `vagrant` command was invoked from
logger.debug("Creating Vagrant environment")
env = klass.new(opts)
env = Vagrant::Environment.new(opts)
# If we are running with the Windows Subsystem for Linux do
# some extra setup to allow access to Vagrant managed machines