summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-24 22:17:27 -0500
committerJeff Carr <[email protected]>2025-09-24 22:17:27 -0500
commit71a5b271a83ff87e771d182e3f1376d1163457ef (patch)
tree9568c3bdc3517267e2b7b2fa58769a321348e048 /doNormal.go
parente0520ca96d2c854324bebb902e53ef1092849bb9 (diff)
redoing argv handling
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 71e08af..b51e7a6 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -37,7 +37,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?")
- dumpWorkRepos()
+ showWorkRepos()
config.SetChanged("repos", true)
return false
}