fix: typo
This commit is contained in:
parent
a9cd7ba18b
commit
e0295664af
@ -236,7 +236,7 @@ func repositories(release Release) (repos []string) {
|
|||||||
|
|
||||||
repo("debian", "")
|
repo("debian", "")
|
||||||
repo("debian", "-updates")
|
repo("debian", "-updates")
|
||||||
if d.release <= 7 {
|
if release <= 7 {
|
||||||
repo("debian", "-backports")
|
repo("debian", "-backports")
|
||||||
}
|
}
|
||||||
repo("debian-security", "/updates")
|
repo("debian-security", "/updates")
|
||||||
|
Loading…
Reference in New Issue
Block a user