mirror of https://github.com/MISP/misp-galaxy
Update validate_all.sh
parent
81ae6aa04b
commit
548cce9ed8
|
@ -26,7 +26,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# remove the exec flag on the json files
|
# 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`
|
diffs=`git status --porcelain | wc -l`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue