summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-07 12:05:36 -0500
committerJeff Carr <[email protected]>2025-09-07 12:05:36 -0500
commitdb758bbed22ad2542e80f927a2d27f5be19ddd5b (patch)
tree95ef2269d785247d26a21e1bbff29755ebc87b7c /doNormal.go
parent3df2601f274645fd9db9b791aa76b62b5f3b6f3a (diff)
work on "forge pull"
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go
index 25d766f..9af2cdf 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -33,6 +33,10 @@ func doNormal() bool {
}
if count > 0 {
log.Info("Some repos are not in a 'normal' state. error count =", count)
+ log.Info("TODO: list the repos here. forge patch repos?")
+ configSave = false
+ me.forge.SetConfigSave(false)
+ dumpDirtyRepos()
return false
}
return true