diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/zippy.go | 1 |
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: |