From ce813a345030dffa9d997cb837cc8be99b9c5946 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Sep 2025 13:48:06 -0500 Subject: common code. add "gui" to open the gui --- doNormal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doNormal.go') 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 } -- cgit v1.2.3