Skip to content

Commit

Permalink
Merge pull request #12989 from dcode/main
Browse files Browse the repository at this point in the history
Fixes namespace of Google to global space
  • Loading branch information
chrisroberts authored Nov 8, 2022
2 parents 5b02376 + f581778 commit 915283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/commands/serve/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module CommandServe
# Simple constant aliases to reduce namespace typing
SDK = Hashicorp::Vagrant::Sdk
SRV = Hashicorp::Vagrant
Empty = Google::Protobuf::Empty
Empty = ::Google::Protobuf::Empty

autoload :Broker, Vagrant.source_root.join("plugins/commands/serve/broker").to_s
autoload :Client, Vagrant.source_root.join("plugins/commands/serve/client").to_s
Expand Down

0 comments on commit 915283c

Please sign in to comment.