mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Update RemoteUI name to Remote
This commit is contained in:
parent
82549f5579
commit
f618d991f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module Vagrant
|
||||
module UI
|
||||
class RemoteUI < Basic
|
||||
class Remote < Basic
|
||||
def initialize(client)
|
||||
super()
|
||||
@client = client
|
||||
|
|
|
|||
Loading…
Reference in a new issue