From 99f1b719cdee67353d12499308fca117cafd05f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Nov 2025 15:29:11 -0600 Subject: compiles. GitTag.proto is gone --- find.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find.go') diff --git a/find.go b/find.go index f3c84a4..44e100f 100644 --- a/find.go +++ b/find.go @@ -245,7 +245,7 @@ func cloneReposWithPatches() *gitpb.Repos { stop += 1 if stop < 5 { for t := range repo.Tags.IterAll() { - log.Info("pb thinks it has:", repo.Namespace, t.Refname) + log.Info("pb thinks it has:", repo.Namespace, t.Name) } } else { if argv.Fix { -- cgit v1.2.3