diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 14:08:51 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 14:09:52 +0200 |
commit | fb3924c948ca590dfec9d87ada67b944683825fb (patch) | |
tree | 8d7f85a948f5cff61ab333c4d2e1452bfca44e34 | |
parent | 6d0f1110a9d13f4059bcaf4b58a865d5ace36055 (diff) | |
download | refcat-fb3924c948ca590dfec9d87ada67b944683825fb.tar.gz refcat-fb3924c948ca590dfec9d87ada67b944683825fb.zip |
fix typo
-rw-r--r-- | skate/zippy.go | 2 |
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: |