Skip to content

Commit

Permalink
Update git pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed May 1, 2018
1 parent a59de85 commit dde69eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/git-pre-push.hook
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh

echo 'pre-push: checking style...'
2>&1 1>/dev/null scons checkstyle | grep 'reformatted'
2>&1 1>/dev/null scons checkstyle | grep 'reformat'
exit $(( ! $? ))

0 comments on commit dde69eb

Please sign in to comment.