From 6d0f1110a9d13f4059bcaf4b58a865d5ace36055 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 7 Jun 2021 14:07:59 +0200 Subject: for bref, use same approach as for tabular output --- skate/zippy.go | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3