notsure why this stalled without this line

This commit is contained in:
Jeff Carr 2025-03-05 03:57:17 -06:00
parent bfa63cac22
commit 6add3f9982
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func rillPurge(repo *gitpb.Repo) error {
} }
func rillRestore(repo *gitpb.Repo) error { func rillRestore(repo *gitpb.Repo) error {
log.Info("go-mod-clean --smart", repo.GetGoPath())
if me.forge.Config.IsReadOnly(repo.GetGoPath()) { if me.forge.Config.IsReadOnly(repo.GetGoPath()) {
return nil return nil
} }