diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 05:24:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 05:24:54 -0500 |
| commit | cd3ca5dc825a2144631a89fe7604a97a121f7af9 (patch) | |
| tree | 4965aa59df2d5aeeb3fedc3374b8199f114f4929 /doNormal.go | |
| parent | 2ddba9924c2c172207f465470b51828e30aebb65 (diff) | |
minor fixesv0.22.150
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doNormal.go b/doNormal.go index 9af2cdf..21d7c2f 100644 --- a/doNormal.go +++ b/doNormal.go @@ -34,9 +34,8 @@ 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() + configSave = true return false } return true |
