fixed typo

This commit is contained in:
2022-06-22 13:17:03 +02:00
parent 4b3339125c
commit 60f2b95bec

View File

@@ -615,7 +615,7 @@ func housekeeping(repo string, march string, wg *sync.WaitGroup) error {
pkg := &ProtoPackage{
Pkgbase: dbPkg.Pkgbase,
Repo: dbPkg.Repository,
FullRepo: string(dbPkg.Repository) + dbPkg.March,
FullRepo: string(dbPkg.Repository) + "-" + dbPkg.March,
DbPackage: dbPkg,
March: dbPkg.March,
}