summaryrefslogtreecommitdiff
path: root/find.go
diff options
context:
space:
mode:
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 {