diff options
| author | 2026-05-20 17:12:31 +0000 | |
|---|---|---|
| committer | 2026-05-20 17:12:31 +0000 | |
| commit | 33103e13b34d3f40fae507d657fc1750c66c3b8c (patch) | |
| tree | 9083f56d20adb2f7bbb7f0ca07ada53214528bdf /object/fetch/peel_to_tree_id.go | |
| parent | reachability: CheckConnected should get a strict option (diff) | |
| signature | No signature | |
object/tag: Rename Target to TargetID
Diffstat (limited to 'object/fetch/peel_to_tree_id.go')
| -rw-r--r-- | object/fetch/peel_to_tree_id.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/peel_to_tree_id.go b/object/fetch/peel_to_tree_id.go index 4c9bdac9..8482d28e 100644 --- a/object/fetch/peel_to_tree_id.go +++ b/object/fetch/peel_to_tree_id.go @@ -31,7 +31,7 @@ func (r *Fetcher) PeelToTreeID(id objectid.ObjectID) (objectid.ObjectID, error) return objectid.ObjectID{}, err } - id = tag.Object().Target + id = tag.Object().TargetID case objecttype.TypeInvalid, objecttype.TypeBlob, objecttype.TypeFuture, |
