From 71a5b271a83ff87e771d182e3f1376d1163457ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 24 Sep 2025 22:17:27 -0500 Subject: redoing argv handling --- doNormal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doNormal.go') 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 } -- cgit v1.2.3