1
0
Fork 0

fix: typo

timestamps
dump_stack() 2023-05-24 09:32:43 +00:00
parent a9cd7ba18b
commit e0295664af
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ func repositories(release Release) (repos []string) {
repo("debian", "")
repo("debian", "-updates")
if d.release <= 7 {
if release <= 7 {
repo("debian", "-backports")
}
repo("debian-security", "/updates")