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