Update autoload definition for terminal client

This commit is contained in:
Chris Roberts 2021-04-21 16:09:01 -07:00 committed by Paul Hinze
parent bb7a3b36eb
commit 3d000609ec
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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