summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 18:44:04 -0500
committerJeff Carr <[email protected]>2025-10-10 18:44:04 -0500
commite60c05f670aa3b34d501fc467b5729b89f0f431a (patch)
treeba920a3f50d3c483506a427d95601b69bf07a896 /doNormal.go
parent22e5c5241ab4ad908ab9022a81322eae1af8fe93 (diff)
more cleanups. shooting for better code
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index eb39db0..28bf1a4 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -101,7 +101,9 @@ func doNormalOld() 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?")
- showWorkRepos()
+ s, err := findWorkRepos()
+ _ = s
+ _ = err
config.SetChanged("repos", true)
return false
}