chg: [script] typo fixed

pull/231/head
Alexandre Dulaunoy 2022-02-17 19:15:42 +01:00
parent 6da2a75fc4
commit 966ba20e80
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -x
diffs=`git status --porcelain | wc -l` diffs=`git status --porcelain | wc -l`
if ! [ $diffs -eq 0 ]; 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 committing."
exit 1 exit 1
fi fi