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