Fix broker argument for statebag proto

This commit is contained in:
Chris Roberts 2021-11-19 17:16:08 -08:00 committed by Paul Hinze
parent c7d13e62c7
commit da8572cb45
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -33,7 +33,7 @@ module VagrantPlugins
end
def converter(proto, broker)
Client::StateBag.load(proto, broker)
Client::StateBag.load(proto, broker: broker)
end
end