aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
Diffstat (limited to 'skate')
-rw-r--r--skate/zippy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zippy.go b/skate/zippy.go
index fe9b7a8..7ee12cf 100644
--- a/skate/zippy.go
+++ b/skate/zippy.go
@@ -224,7 +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
+ ref.Title = ref.ContainerName
result := Verify(pivot, ref)
switch result.Status {
case StatusExact, StatusStrong: