Unverified Commit 3bb7448f authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Display format file during build

parent fe018203
......@@ -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!"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment