aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:07:59 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:07:59 +0200
commit6d0f1110a9d13f4059bcaf4b58a865d5ace36055 (patch)
treef38e4f144b9b15d750fbbacd6bba715d65a86eee
parent07177f33758df6e5aab6b846182df97822ab0173 (diff)
downloadrefcat-6d0f1110a9d13f4059bcaf4b58a865d5ace36055.tar.gz
refcat-6d0f1110a9d13f4059bcaf4b58a865d5ace36055.zip
for bref, use same approach as for tabular output
-rw-r--r--skate/zippy.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index 4d3aa04..fe9b7a8 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -224,6 +224,7 @@ func ZippyVerifyRefsOpenLibrary(olr, refs io.Reader, w io.Writer) error {
}
// The refs have a container name, but not a title, but here we
// compare against titles from open library.
+ re.Title = re.ContainerName
result := Verify(pivot, ref)
switch result.Status {
case StatusExact, StatusStrong: