From 966ba20e80fa178cf20c68c5a432e3285c80a57c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 17 Feb 2022 19:15:42 +0100 Subject: [PATCH] chg: [script] typo fixed --- validate_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_all.sh b/validate_all.sh index 2f41fd6..0f4a1f0 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -8,7 +8,7 @@ set -x diffs=`git status --porcelain | wc -l` 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 fi