mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-07-16 04:15:49 -04:00
Merge 5579c90e9a into 2757db8849
This commit is contained in:
commit
4e97062fac
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue