diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-09-28 10:25:55 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-09-29 08:26:43 -0700 |
commit | 42a0ea94ce661a069f0622f6c01d1d1f21cbbc18 (patch) | |
tree | 3bd941f0d509d798d76469d537f7e1ac555d8f9a /templates | |
parent | 1b018fd9be290fd6a70ce3093ab1dc1abce74e00 (diff) | |
download | git-42a0ea94ce661a069f0622f6c01d1d1f21cbbc18.tar.gz |
Correct minor typo in post-receive hook template
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/hooks--post-receive.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/hooks--post-receive.sample b/templates/hooks--post-receive.sample index 18d2e0f727..7a83e17ab5 100755 --- a/templates/hooks--post-receive.sample +++ b/templates/hooks--post-receive.sample @@ -9,7 +9,7 @@ # For example: # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master # -# see contrib/hooks/ for an sample, or uncomment the next line and +# see contrib/hooks/ for a sample, or uncomment the next line and # rename the file to "post-receive". #. /usr/share/doc/git-core/contrib/hooks/post-receive-email |