1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fixed typo in spelling changes.csv.

This commit is contained in:
Sascha L. Teichmann 2021-12-16 14:22:57 +01:00
parent 0d7ca0db53
commit c334c0aa76

View file

@ -128,7 +128,7 @@ func (r *indexReporter) report(p *processor, domain *Domain) {
func (r *changesReporter) report(p *processor, domain *Domain) {
req := r.requirement(domain)
if len(p.badChanges) == 0 {
req.message("No problems with changes.txt found.")
req.message("No problems with changes.csv found.")
return
}
req.Messages = p.badChanges