Fix value usage in the boolean mapper
This commit is contained in:
parent
43e5550203
commit
2a7e43d269
@ -16,7 +16,7 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
def converter(bool)
|
||||
Google::Protobuf::BoolValue.new(value: bool)
|
||||
Google::Protobuf::BoolValue.new(value: bool.value)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user