From 4859ea6318620aee548d76460af964f2565ecd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 25 Jul 2017 16:27:10 +0200 Subject: [PATCH] Update validate --- validate_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_all.sh b/validate_all.sh index e68a443..e765da8 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -7,7 +7,7 @@ set -x diffs=`git status --porcelain | wc -l` -if ! [ $diffs -eq 1 ]; then +if ! [ $diffs -eq 0 ]; then echo "Please make sure you run ./jq_all_the_things.sh before commiting." exit 1 fi