Fix constant name for identifier

This commit is contained in:
Chris Roberts 2021-08-16 13:07:56 -07:00 committed by Paul Hinze
parent 3f6aef88a2
commit 59116a6773
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -54,7 +54,7 @@ module VagrantPlugins
def include?(ident)
@logger.debug("checking for machine with id #{ident} in index")
client.includes(
SDK::TargetIndex::TargetIndexIdentifier.new(
SDK::TargetIndex::TargetIdentifier.new(
id: ident
)
).exists