forked from ALHP/ALHP.GO
fixed typo
This commit is contained in:
2
utils.go
2
utils.go
@@ -615,7 +615,7 @@ func housekeeping(repo string, march string, wg *sync.WaitGroup) error {
|
|||||||
pkg := &ProtoPackage{
|
pkg := &ProtoPackage{
|
||||||
Pkgbase: dbPkg.Pkgbase,
|
Pkgbase: dbPkg.Pkgbase,
|
||||||
Repo: dbPkg.Repository,
|
Repo: dbPkg.Repository,
|
||||||
FullRepo: string(dbPkg.Repository) + dbPkg.March,
|
FullRepo: string(dbPkg.Repository) + "-" + dbPkg.March,
|
||||||
DbPackage: dbPkg,
|
DbPackage: dbPkg,
|
||||||
March: dbPkg.March,
|
March: dbPkg.March,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user