diff --git a/plugins/commands/serve/util/client_setup.rb b/plugins/commands/serve/util/client_setup.rb index bf82775e4..328462bec 100644 --- a/plugins/commands/serve/util/client_setup.rb +++ b/plugins/commands/serve/util/client_setup.rb @@ -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