chore: simplify dlcache initialization
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 5m31s
Update alr-git / changelog (push) Successful in 23s

This commit is contained in:
2025-06-25 19:18:11 +03:00
parent db19133254
commit 5e1eeabd04
4 changed files with 7 additions and 11 deletions

View File

@ -74,7 +74,7 @@ func (s *SourceDownloader) DownloadSources(
}
}
opts.DlCache = dlcache.New(s.cfg)
opts.DlCache = dlcache.New(s.cfg.GetPaths().CacheDir)
err := dl.Download(ctx, opts)
if err != nil {