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 2e8a8b3 commit 602881eCopy full SHA for 602881e
diff/diff.go
@@ -52,7 +52,7 @@ func ManifestsOwnership(oldIndex, newIndex map[string]*manifest.MappingResult, n
52
return seenAnyChanges
53
}
54
55
-func ManifestReport(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options, to io.Writer) (*Report, error) {
+func ManifestReport(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options) (*Report, error) {
56
_, report, err := generateReport(oldIndex, newIndex, nil, options)
57
58
return report, err
0 commit comments