diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 15:04:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 15:04:03 -0500 |
| commit | 368d9060cb9edc5485b007a2ca247fb822564049 (patch) | |
| tree | 0fe208869d306d0dde22a65aec83e9c4070d5f7a /doNormal.go | |
| parent | ac81e470cfecaf8387ff621bd36ced28e56ee3fc (diff) | |
more cache things
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doNormal.go b/doNormal.go index e8ccd68..a1e2b04 100644 --- a/doNormal.go +++ b/doNormal.go @@ -127,8 +127,8 @@ func doNormalStatus() bool { } if notnormal.Len() > 0 { notnormal.SortNamespace() - footer := me.forge.PrintDefaultTB(notnormal) - log.Info("not normal repos:" + footer) + footer := me.forge.NormalCheckTB(notnormal) + log.Info("not normal:" + footer) return false } |
