From 3d000609ec1bb4b5bc6a8e1eea3237577b03d119 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 21 Apr 2021 16:09:01 -0700 Subject: [PATCH] Update autoload definition for terminal client --- plugins/commands/serve/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/serve/client.rb b/plugins/commands/serve/client.rb index 3df5c663a..d32c55bbc 100644 --- a/plugins/commands/serve/client.rb +++ b/plugins/commands/serve/client.rb @@ -7,7 +7,7 @@ module VagrantPlugins ServiceInfo = Service::ServiceInfo autoload :Machine, Vagrant.source_root.join("plugins/commands/serve/client/machine").to_s - autoload :Terminal, Vagrant.source_root.join("plugins/commands/serve/client/terminal_client").to_s + autoload :Terminal, Vagrant.source_root.join("plugins/commands/serve/client/terminal").to_s end end end