Fix method name for accessing capability name on message

This commit is contained in:
Chris Roberts 2021-10-06 08:17:09 -07:00 committed by Paul Hinze
parent 4e35028e3f
commit 908135c21e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -14,7 +14,7 @@ module VagrantPlugins
end
def converter(proto)
SDK::Args::NamedCapability.decode(proto.value.value).Capability
SDK::Args::NamedCapability.decode(proto.value.value).capability
end
end
end