From 2b6437aeb0440b4303386fdbbfb5a19fa0761a7b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 23:51:48 -0500 Subject: notes --- doNormal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doNormal.go b/doNormal.go index ab65c17..9075b82 100644 --- a/doNormal.go +++ b/doNormal.go @@ -137,7 +137,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error { repo.Tags.Master = proto.Clone(found).(*gitpb.GitTag) config.SetChanged("repos", true) } else { - log.Info("not found master tag", repo.FullPath) + log.Info("not found master tag (Reload() ?)", repo.FullPath) } } -- cgit v1.2.3