diff options
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 { |
