From 3eec8fe1dddaaa5cff5a327ba6892192d69bb20c Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Mon, 20 Feb 2017 18:10:23 -0800 Subject: [PATCH] Actually fail the prepush in try_run --- hooks/pre-push | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/pre-push b/hooks/pre-push index 1ebf660..3c2a801 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -60,6 +60,7 @@ try_run() { printf "\n\n" printf "$OUTPUT" printf "\n\n" + PREPUSH_RESULT=1 return 1 else printf "${SUCCESS}\n"