From 548cce9ed82db56db2bf2f80176f30989b2737bc Mon Sep 17 00:00:00 2001 From: gregWDumont Date: Wed, 3 Apr 2024 14:32:03 +0200 Subject: [PATCH] Update validate_all.sh --- validate_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_all.sh b/validate_all.sh index 0a4183b..5ad510b 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -26,7 +26,7 @@ fi # remove the exec flag on the json files -find -name "*.json" -exec chmod -x "{}" \; +find . -name "*.json" -exec chmod -x "{}" \; diffs=`git status --porcelain | wc -l`