Force the string proto value to be a string
This commit is contained in:
parent
dc5c643364
commit
2d5cb6b0fa
@ -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…
x
Reference in New Issue
Block a user