We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df09a61 commit 757f095Copy full SHA for 757f095
src/Types.jl
@@ -1382,7 +1382,7 @@ function Base.:(==)(a::PackageInfo, b::PackageInfo)
1382
return a.name == b.name && a.version == b.version && a.tree_hash == b.tree_hash &&
1383
a.is_direct_dep == b.is_direct_dep &&
1384
a.is_pinned == b.is_pinned && a.is_tracking_path == b.is_tracking_path &&
1385
- a.is_tracking_repo == a.is_tracking_repo &&
+ a.is_tracking_repo == b.is_tracking_repo &&
1386
a.is_tracking_registry == b.is_tracking_registry &&
1387
a.git_revision == b.git_revision && a.git_source == b.git_source &&
1388
a.source == b.source && a.dependencies == b.dependencies
0 commit comments