aboutsummaryrefslogtreecommitdiffstats
path: root/git-mktag.c
diff options
context:
space:
mode:
Diffstat (limited to 'git-mktag.c')
-rw-r--r--git-mktag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-mktag.c b/git-mktag.c
index 5d2830dc2b..8605802d38 100644
--- a/git-mktag.c
+++ b/git-mktag.c
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
// Read the signature
size = read(0, buffer, MAXSIZE);
- // Verify it for some basic sanity: it needs to start with "object <sha1>\ntag "
+ // Verify it for some basic sanity: it needs to start with "object <sha1>\ntype "
if (verify_tag(buffer, size) < 0)
die("invalid tag signature file");