aboutsummaryrefslogtreecommitdiff
path: root/object/tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/tag.go')
-rw-r--r--object/tag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tag.go b/object/tag.go
index 9a19b120..9a621ec9 100644
--- a/object/tag.go
+++ b/object/tag.go
@@ -10,7 +10,7 @@ type Tag struct {
Target objectid.ObjectID
TargetType objecttype.Type
Name []byte
- Tagger *Ident
+ Tagger *Signature
Message []byte
}