Make sure the proper value is returned when a filelists file is missing in a DNF repo
This commit is contained in:
@@ -51,7 +51,7 @@ func (r repomd) getGzipFile() string {
|
||||
return loc.Href
|
||||
}
|
||||
}
|
||||
return "<unknown>"
|
||||
return ""
|
||||
}
|
||||
|
||||
type DNF struct{}
|
||||
|
||||
Reference in New Issue
Block a user