Skip to content

Commit dde69eb

Browse files
committed
Update git pre-push hook
1 parent a59de85 commit dde69eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/git-pre-push.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
22

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

0 commit comments

Comments
 (0)