Fix ruby mode startup
This commit is contained in:
parent
aaf0ae8504
commit
8890b8870e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user