diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-29 02:35:45 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-29 02:35:45 +0200 |
commit | f458723eb25c60e18315eb056512ce44272026be (patch) | |
tree | e499d87d690546a6f0793589b1af581e666ec8cd | |
parent | 47d8e3e18d2e412209fdd43dce1492c3bddaad82 (diff) | |
download | refcat-f458723eb25c60e18315eb056512ce44272026be.tar.gz refcat-f458723eb25c60e18315eb056512ce44272026be.zip |
emit work id
-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 36faeda..5d62704 100644 --- a/skate/zippy.go +++ b/skate/zippy.go @@ -189,7 +189,7 @@ func ZippyVerifyRefsOpenLibraryTable(olr, refs io.Reader, w io.Writer) error { fmt.Printf("%s\t%s\t%s\t%s\t%s\t%s\t%s\n", result.Status.Short(), result.Reason.Short(), - pivot.Ident, + pivot.Extra.OpenLibrary.WorkID, re.Ident, CutSep(g.G0[0], "\t", 1), pivot.Title, |