summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 19:07:55 -0500
committerJeff Carr <[email protected]>2025-10-27 19:07:55 -0500
commit34ecc3bd69f5ed24f507b40c2c4ebc20328e7b05 (patch)
tree79f4b234063cf1ab78136c926ec519652180205e
parente5cd179c5887de8287fc0faed31838db06cca27e (diff)
maybe will finally clean user branchesv0.25.103
-rw-r--r--doClean.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/doClean.go b/doClean.go
index dee2990..2729750 100644
--- a/doClean.go
+++ b/doClean.go
@@ -75,10 +75,12 @@ func doClean() (string, error) {
if env.True("--force") {
// try to force the issue
for r := range notclean.IterAll() {
- log.Info("FORCE THE ISSUE", r.FullPath)
+ log.Info("FORCE THE ISSUE. How? doFix.deleteuser...", r.FullPath)
}
} else {
log.Info("NOT FORCEING THE ISSUE")
+ log.Info("FORCE THE ISSUE: forge --force clean")
+ log.Info("FORCE THE ISSUE: forge verify stats --all")
}
footer := me.forge.NormalCheckTB(notclean)
s = fmt.Sprintf("(%d) not clean repos %s", notclean.Len(), footer)