mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix value usage in the boolean mapper
This commit is contained in:
parent
43e5550203
commit
2a7e43d269
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue