mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Include a #to_proto method for all clients
This commit is contained in:
parent
84b9b1650a
commit
22e34e87e9
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ module VagrantPlugins
|
|||
end
|
||||
@client = srv_klass.new(conn, :this_channel_is_insecure)
|
||||
end
|
||||
|
||||
def to_proto
|
||||
@proto
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue