From db758bbed22ad2542e80f927a2d27f5be19ddd5b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 7 Sep 2025 12:05:36 -0500 Subject: work on "forge pull" --- doNormal.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doNormal.go') 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 -- cgit v1.2.3