Display format file during build

This commit is contained in:
Dave Machado 2017-11-15 15:13:42 -05:00 committed by GitHub
parent fe01820394
commit 3bb7448f60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ else
rm json.txt
fi
echo "running format validation..."
echo "running format validation on $FORMAT_FILE..."
./validate_format.rb $FORMAT_FILE
if [[ $? != 0 ]]; then
echo "format validation failed!"