diff options
Diffstat (limited to 'cmd/show-object/print.go')
| -rw-r--r-- | cmd/show-object/print.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/show-object/print.go b/cmd/show-object/print.go index 75484f73..fcd6494f 100644 --- a/cmd/show-object/print.go +++ b/cmd/show-object/print.go @@ -58,7 +58,7 @@ func printStored(s *stored.Stored[object.Object]) { targetTy = fmt.Sprintf("type %d", tag.TargetType) } - fmt.Fprintf(&b, "target: %s (%s)\n", tag.Target, targetTy) + fmt.Fprintf(&b, "target: %s (%s)\n", tag.TargetID, targetTy) fmt.Fprintf(&b, "name: %s\n", tag.Name) if tag.Tagger != nil { |
