testing correct sync bahavior

This commit is contained in:
2026-05-24 04:16:15 -06:00
parent b02747493a
commit 7ee5736704
3 changed files with 51 additions and 35 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ func (r *RepoSync) Sync() error {
// create map of pkgname to filenames from current db
cachedPkgs, err := r.buildMap(repo)
if err != nil {
// pass through to cover initialization of repos
slog.Warn("failed to read current db", "err", err)
return err
}
// call cache db fetch