summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index 21d7c2f..7684e15 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -34,7 +34,7 @@ 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?")
- dumpDirtyRepos()
+ dumpWorkRepos()
configSave = true
return false
}