diff options
| author | 2026-05-20 17:12:31 +0000 | |
|---|---|---|
| committer | 2026-05-20 17:12:31 +0000 | |
| commit | 33103e13b34d3f40fae507d657fc1750c66c3b8c (patch) | |
| tree | 9083f56d20adb2f7bbb7f0ca07ada53214528bdf /cmd/show-object | |
| parent | reachability: CheckConnected should get a strict option (diff) | |
| signature | No signature | |
object/tag: Rename Target to TargetID
Diffstat (limited to 'cmd/show-object')
| -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 { |
