From 33103e13b34d3f40fae507d657fc1750c66c3b8c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 20 May 2026 17:12:31 +0000 Subject: object/tag: Rename Target to TargetID --- cmd/show-object/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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 { -- cgit v1.3.1-10-gc9f91