From f0a40e75c3a45a6375f69a064fd70188d3964dcf Mon Sep 17 00:00:00 2001 From: gregWDumont Date: Wed, 3 Apr 2024 15:00:54 +0200 Subject: [PATCH] [Script] Rm MAC command spec --- validate_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_all.sh b/validate_all.sh index 5ad510b..0a4183b 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`