From 3ca9519f5c310c9dc4ba898d74bfa1c3d17610c8 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 29 Jul 2021 14:57:49 -0700 Subject: [PATCH] Generated proto updates --- .../protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 40244824b..5f7f1abcc 100644 --- a/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb +++ b/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb @@ -16,25 +16,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do add_message "hashicorp.vagrant.sdk.Args.DataDir" do end add_message "hashicorp.vagrant.sdk.Args.DataDir.Basis" do - optional :root_dir, :string, 1 + optional :config_dir, :string, 1 optional :cache_dir, :string, 2 optional :data_dir, :string, 3 optional :temp_dir, :string, 4 end add_message "hashicorp.vagrant.sdk.Args.DataDir.Project" do - optional :root_dir, :string, 1 + optional :config_dir, :string, 1 optional :cache_dir, :string, 2 optional :data_dir, :string, 3 optional :temp_dir, :string, 4 end add_message "hashicorp.vagrant.sdk.Args.DataDir.Target" do - optional :root_dir, :string, 1 + optional :config_dir, :string, 1 optional :cache_dir, :string, 2 optional :data_dir, :string, 3 optional :temp_dir, :string, 4 end add_message "hashicorp.vagrant.sdk.Args.DataDir.Component" do - optional :root_dir, :string, 1 + optional :config_dir, :string, 1 optional :cache_dir, :string, 2 optional :data_dir, :string, 3 optional :temp_dir, :string, 4