Skip to content

Commit

Permalink
update pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 13, 2018
1 parent 45f6409 commit 7ecbd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repos/pre_commit_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ecbd7f

Please sign in to comment.