Skip to content

Commit 9537f21

Browse files
Martin Amdisengitster
authored andcommitted
templates/hooks: fix minor typo in the sample update-hook
Signed-off-by: Martin Mosegaard Amdisen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2558fb commit 9537f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hooks--update.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# An example hook script to blocks unannotated tags from entering.
3+
# An example hook script to block unannotated tags from entering.
44
# Called by "git receive-pack" with arguments: refname sha1-old sha1-new
55
#
66
# To enable this hook, rename this file to "update".

0 commit comments

Comments
 (0)