This commit is contained in:
Alex 2026-06-01 20:50:56 +00:00 committed by GitHub
commit 4e97062fac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,6 +205,7 @@ module Vagrant
self.each do |other|
if entry.name == other.name &&
entry.provider == other.provider &&
entry.local_data_path.to_s == other.local_data_path.to_s &&
entry.vagrantfile_path.to_s == other.vagrantfile_path.to_s
id = other.id
break