Browse Source

Display format file during build

pull/569/head
Dave Machado 6 years ago
committed by GitHub
parent
commit
3bb7448f60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh 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!"


Loading…
Cancel
Save