1
0

fix: typo

This commit is contained in:
2023-05-24 09:32:43 +00:00
parent a9cd7ba18b
commit e0295664af

View File

@@ -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")