From 8890b8870e33b52b888e9d1744451cfbd024095c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 16 Aug 2021 11:42:18 -0700 Subject: [PATCH] Fix ruby mode startup --- bin/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vagrant b/bin/vagrant index 5b93d4e6c..8470c7087 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -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