summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 13:48:06 -0500
committerJeff Carr <[email protected]>2025-09-08 13:48:06 -0500
commitce813a345030dffa9d997cb837cc8be99b9c5946 (patch)
treef74831b31524683476199d8ec5545310fbc8d0d3 /doNormal.go
parent11bf5481c7cb393cf2d3416a9f64be078da27e85 (diff)
common code. add "gui" to open the guiv0.22.153
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
}