From c63e7936b2d9f3a8b05d5ee9926bceef4b0accae Mon Sep 17 00:00:00 2001 From: sophia Date: Fri, 17 Dec 2021 16:41:31 -0600 Subject: [PATCH] go generate --- lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb b/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb index 712eb1f06..32a41ddac 100644 --- a/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb +++ b/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb @@ -461,6 +461,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do end add_message "hashicorp.vagrant.sdk.Communicator.ExecuteResp" do optional :exit_code, :int32, 1 + optional :stdout, :string, 2 + optional :stderr, :string, 3 end add_message "hashicorp.vagrant.sdk.Communicator.TestResp" do optional :valid, :bool, 1