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