Skip to content

Commit 2e8a8b3

Browse files
committed
fix: update params
1 parent 970fc6c commit 2e8a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func Manifests(oldIndex, newIndex map[string]*manifest.MappingResult, options *O
4242
}
4343

4444
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)
45+
seenAnyChanges, report, err := generateReport(oldIndex, newIndex, newOwnedReleases, options)
4646
if err != nil {
4747
panic(err)
4848
}

0 commit comments

Comments
 (0)