fix(module): run scripts/fetch-upstream-manifests #84

Merged
archvillainette merged 1 commits from fix/fetch-upstream-manifests-rename into main 2026-07-31 19:00:26 +00:00
+1 -1
View File
@@ -385,7 +385,7 @@ func refreshBuildModuleManifest(ctx context, p *project.Project, progress func(s
}
progress("Refreshing hak list from the latest published sow-assets manifest...")
if err := runProjectScript(ctx, p, []string{"scripts", "fetch-hak-manifest"}, manifestPath); err != nil {
if err := runProjectScript(ctx, p, []string{"scripts", "fetch-upstream-manifests"}, manifestPath); err != nil {
return "", "", err
}
if _, err := pipeline.ApplyHAKManifest(p, manifestPath); err != nil {