diff --git a/hooks/pre-push b/hooks/pre-push index 6b8f7bb..ff229ca 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -65,4 +65,5 @@ then exit 1 fi +echo Pre-push check complete. exit 0