summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-05 15:29:11 -0600
committerJeff Carr <[email protected]>2025-11-05 15:29:11 -0600
commit99f1b719cdee67353d12499308fca117cafd05f3 (patch)
tree2e1d7d1ddf437d6ed7230eb322e236bf1b818a4d /find.go
parentc224d5d04f67dc05dd65e9b1daa2226b64aaeb4d (diff)
compiles. GitTag.proto is gone
Diffstat (limited to 'find.go')
-rw-r--r--find.go2
1 files changed, 1 insertions, 1 deletions
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 {