diff options
| author | Jeff Carr <[email protected]> | 2025-09-24 22:17:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-24 22:17:27 -0500 |
| commit | 71a5b271a83ff87e771d182e3f1376d1163457ef (patch) | |
| tree | 9568c3bdc3517267e2b7b2fa58769a321348e048 /doNormal.go | |
| parent | e0520ca96d2c854324bebb902e53ef1092849bb9 (diff) | |
redoing argv handling
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 2 |
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 } |
