Flatten Cache Folder

This commit is contained in:
2026-04-18 10:34:18 +02:00
parent 6f6bf7080a
commit 5e900d00b5
6 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func resolveReleasedPartsManifest(p *project.Project, progress func(string)) (ma
if progress == nil {
progress = func(string) {}
}
cachePath := filepath.Join(p.Root, ".cache", "topdata", partsManifestCacheFileName)
cachePath := filepath.Join(p.Root, ".cache", partsManifestCacheFileName)
if strings.TrimSpace(os.Getenv("SOW_PARTS_MANIFEST_REFRESH")) == "" {
manifest, fresh, err := readFreshPartsManifestCache(cachePath, partsManifestCacheMaxAge)
if err != nil {