Update validate

pull/73/head
Raphaël Vinot 2017-07-25 16:27:10 +02:00
parent 59e9c99b08
commit 4859ea6318
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -x
diffs=`git status --porcelain | wc -l` 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." echo "Please make sure you run ./jq_all_the_things.sh before commiting."
exit 1 exit 1
fi fi