Make sure the proper value is returned when a filelists file is missing in a DNF repo
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/manifest Pipeline was successful

This commit is contained in:
Elara 2025-02-26 12:33:53 -08:00
parent def0553167
commit 55fd94c46b

View File

@ -51,7 +51,7 @@ func (r repomd) getGzipFile() string {
return loc.Href
}
}
return "<unknown>"
return ""
}
type DNF struct{}