Update RemoteUI name to Remote

This commit is contained in:
Chris Roberts 2021-08-20 09:00:51 -07:00 committed by Paul Hinze
parent 82549f5579
commit f618d991f8
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -1,6 +1,6 @@
module Vagrant
module UI
class RemoteUI < Basic
class Remote < Basic
def initialize(client)
super()
@client = client