diff options
Diffstat (limited to 'init.d/40git-pre-commit-hook')
-rwxr-xr-x | init.d/40git-pre-commit-hook | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook index 2b23dc0..cf96c1e 100755 --- a/init.d/40git-pre-commit-hook +++ b/init.d/40git-pre-commit-hook @@ -10,7 +10,6 @@ else # pre-commit hook for etckeeper. Calls etckeeper-pre-commit to store metadata # and do sanity checks. set -e -cd /etc etckeeper-pre-commit EOF chmod +x .git/hooks/pre-commit |