Fix broker argument for statebag proto
This commit is contained in:
parent
c7d13e62c7
commit
da8572cb45
@ -33,7 +33,7 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
def converter(proto, broker)
|
||||
Client::StateBag.load(proto, broker)
|
||||
Client::StateBag.load(proto, broker: broker)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user