aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-20 17:12:31 +0000
committerGravatar Runxi Yu2026-05-20 17:12:31 +0000
commit33103e13b34d3f40fae507d657fc1750c66c3b8c (patch)
tree9083f56d20adb2f7bbb7f0ca07ada53214528bdf /cmd
parentreachability: CheckConnected should get a strict option (diff)
signatureNo signature
object/tag: Rename Target to TargetID
Diffstat (limited to 'cmd')
-rw-r--r--cmd/show-object/print.go2
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 {