fix sytax error, missing fi

This commit is contained in:
Casey Vega 2020-07-06 21:18:17 -07:00
parent 4ea4aef02e
commit 433b10bdc9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 2E831CEB696E297C

View file

@ -654,6 +654,7 @@ function GetValidationInfo() {
PRINT_ARRAY+=("- Validating [DART] files in code base...")
else
PRINT_ARRAY+=("- Excluding [DART] files in code base...")
fi
if [[ $VALIDATE_EDITORCONFIG == "true" ]]; then
PRINT_ARRAY+=("- Validating [EDITORCONFIG] files in code base...")
else