Skip to content

Commit

Permalink
revert isEquivalent undo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Feb 27, 2024
1 parent 093b8d8 commit 6f5b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/module/oci_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (r *OciRepo) DescriptorResourcesAreEquivalent(archive *comparch.ComponentAr
if remoteAccessLocalReference[7:] != localAccessObject.LocalReference[7:] {
return false
}
} else if res.Equivalent(&localResource).IsEquivalent() {
} else if isEquivalent(&res, &localResource) {
return false
}
}
Expand Down

0 comments on commit 6f5b13e

Please sign in to comment.