From f618d991f8a447ee2fc9fa587a8b1a451547a16a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 20 Aug 2021 09:00:51 -0700 Subject: [PATCH] Update RemoteUI name to Remote --- lib/vagrant/ui/remote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/ui/remote.rb b/lib/vagrant/ui/remote.rb index 0be2a0254..60351b9c5 100644 --- a/lib/vagrant/ui/remote.rb +++ b/lib/vagrant/ui/remote.rb @@ -1,6 +1,6 @@ module Vagrant module UI - class RemoteUI < Basic + class Remote < Basic def initialize(client) super() @client = client