summaryrefslogtreecommitdiff
path: root/Documentation/maintainers/git-hooks-commit-msg
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-09 15:28:28 +0100
committerJohannes Huber <johu@gentoo.org>2011-12-09 15:28:28 +0100
commit3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab (patch)
tree9577be390c83e1f336d0dd2745bb7eee3509c0e1 /Documentation/maintainers/git-hooks-commit-msg
parent224e5bcfa622a83fa67f7766902efe2557305d9e (diff)
downloadkde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.tar.gz
kde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.tar.bz2
kde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.zip
[Documentation] Update example path in git hook
Diffstat (limited to 'Documentation/maintainers/git-hooks-commit-msg')
-rwxr-xr-xDocumentation/maintainers/git-hooks-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg
index be2d40389a7..6906ceaa95a 100755
--- a/Documentation/maintainers/git-hooks-commit-msg
+++ b/Documentation/maintainers/git-hooks-commit-msg
@@ -1,7 +1,7 @@
#!/bin/bash
#
# To enable this hook, link it into .git/hooks/commit-msg like this:
-# ln -s ../../Documentation/git-hooks-commit-msg .git/hooks/commit-msg
+# ln -s ../../Documentation/maintainers/git-hooks-commit-msg .git/hooks/commit-msg
FILE=$1