mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-20 00:10:45 -05:00
Force the string proto value to be a string
This commit is contained in:
parent
dc5c643364
commit
2d5cb6b0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def converter(s)
|
||||
Google::Protobuf::StringValue.new(value: s)
|
||||
Google::Protobuf::StringValue.new(value: s.to_s)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue