Update checkrelease script for readme.md inread of .txt

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
Brennan Ashton 2020-11-26 00:44:29 -08:00 committed by Xiang Xiao
parent a8b539af81
commit b021375f2c
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ function check_required_files() {
echo " - NOTICE file not present."
MISSING_FILE=1
fi
if [ ! -f "$RELEASE_DIR/README.txt" ]; then
echo " - README.txt file not present."
if [ ! -f "$RELEASE_DIR/README.md" ]; then
echo " - README.md file not present."
MISSING_FILE=1
fi
if [ ! -f "$RELEASE_DIR/DISCLAIMER-WIP" ]; then