From 368d9060cb9edc5485b007a2ca247fb822564049 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 Oct 2025 15:04:03 -0500 Subject: more cache things --- doNormal.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doNormal.go') 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 } -- cgit v1.2.3