diff options
| author | Johannes Huber <johu@gentoo.org> | 2011-12-09 15:28:28 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2011-12-09 15:28:28 +0100 |
| commit | 3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab (patch) | |
| tree | 9577be390c83e1f336d0dd2745bb7eee3509c0e1 | |
| parent | 224e5bcfa622a83fa67f7766902efe2557305d9e (diff) | |
| download | kde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.tar.gz kde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.tar.bz2 kde-3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.zip | |
[Documentation] Update example path in git hook
| -rwxr-xr-x | Documentation/maintainers/git-hooks-commit-msg | 2 |
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 |
