Update validate_all.sh

pull/956/head
gregWDumont 2024-04-03 14:32:03 +02:00
parent 81ae6aa04b
commit 548cce9ed8
1 changed files with 1 additions and 1 deletions

View File

@ -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`