aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:08:51 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:09:52 +0200
commitfb3924c948ca590dfec9d87ada67b944683825fb (patch)
tree8d7f85a948f5cff61ab333c4d2e1452bfca44e34 /skate
parent6d0f1110a9d13f4059bcaf4b58a865d5ace36055 (diff)
downloadrefcat-fb3924c948ca590dfec9d87ada67b944683825fb.tar.gz
refcat-fb3924c948ca590dfec9d87ada67b944683825fb.zip
fix typo
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: