1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

update pre-commit hook

This commit is contained in:
Jesse Duffield 2018-08-14 08:42:08 +10:00
parent 45f640941c
commit 7ecbd7fbb3

View File

@ -2,7 +2,7 @@
set -ex; rm -rf repo; mkdir repo; cd repo
git init
cp ../pre-commit .git/hooks/pre-commit
cp ../extras/pre-commit .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
echo "file" > file