aboutsummaryrefslogtreecommitdiffstats
path: root/skate/zippy.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/zippy.go')
-rw-r--r--skate/zippy.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index 5c70902..b36af6c 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -181,6 +181,10 @@ func ZippyVerifyRefsOnly(releases, refs io.Reader, w io.Writer) error {
if re, err = stringToRelease(cut(line, "\t", 2)); err != nil {
return err
}
+ // 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, re)
fmt.Printf("%s\t%s\t%s\t%s\t%s\n",
result.Status.Short(),