Skip to content

Commit

Permalink
Better pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jan 20, 2013
1 parent 6cbb738 commit d19dd21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/pre-commit.example
@@ -1,3 +1,4 @@
#!/bin/sh

python manage.py proofread
MANAGE=`find . -name manage.py | head -1`
python $MANAGE proofread

0 comments on commit d19dd21

Please sign in to comment.