summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
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
}