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 970fc6c commit 2e8a8b3Copy full SHA for 2e8a8b3
diff/diff.go
@@ -42,7 +42,7 @@ func Manifests(oldIndex, newIndex map[string]*manifest.MappingResult, options *O
42
}
43
44
func ManifestsOwnership(oldIndex, newIndex map[string]*manifest.MappingResult, newOwnedReleases map[string]OwnershipDiff, options *Options, to io.Writer) bool {
45
- seenAnyChanges, report, err := generateReport(oldIndex, newIndex, nil, options)
+ seenAnyChanges, report, err := generateReport(oldIndex, newIndex, newOwnedReleases, options)
46
if err != nil {
47
panic(err)
48
0 commit comments