update jrb0001's commit hook

This commit is contained in:
xuu 2017-10-25 15:23:34 -06:00
parent 4f95aaa7b0
commit bf4d2ff396
3 changed files with 15 additions and 8 deletions

View file

@ -10,4 +10,5 @@ BASE="$(realpath "$0")"
BASE="$(dirname "$BASE")"
cd "$BASE" || exit 1
utils/schema-check/dn42-schema.py scan data/ -m "$1"
utils/schema-check/dn42-schema.py scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )