[Script] Rm MAC command spec

pull/956/head
gregWDumont 2024-04-03 15:00:54 +02:00
parent dbf28108e9
commit f0a40e75c3
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`