Skip to content

Commit 38e29cc

Browse files
committed
Remove early exit
1 parent 80a6a3a commit 38e29cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/git/hooks/pre-push

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ main() {
9292
if [[ "$?" -ne 0 ]]; then
9393
on_error 1
9494
fi
95-
exit 1
9695
check_licenses
9796
if [[ "$?" -ne 0 ]]; then
9897
on_error 1

0 commit comments

Comments
 (0)