diff options
| author | Jeff Carr <[email protected]> | 2025-11-05 15:29:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-05 15:29:11 -0600 |
| commit | 99f1b719cdee67353d12499308fca117cafd05f3 (patch) | |
| tree | 2e1d7d1ddf437d6ed7230eb322e236bf1b818a4d /find.go | |
| parent | c224d5d04f67dc05dd65e9b1daa2226b64aaeb4d (diff) | |
compiles. GitTag.proto is gone
Diffstat (limited to 'find.go')
| -rw-r--r-- | find.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
