Fix typo in linting check
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Justin Chung 2023-02-04 21:44:45 -05:00
parent da51c4309c
commit 8109758914
Signed by: j24chung
GPG Key ID: F010CF575BA74CC3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ done
echo -e "\nPython linting complete!\n"
if ! $PASS; then
echo -e "\033[41mCOMMIT FAILED:\033[0m Your commit contains files that should pass ESLint but do not. Please fix the ESLint errors and try again.\n"
echo -e "\033[41mCOMMIT FAILED:\033[0m Your commit contains files that should pass flake8 but do not. Please fix the flake8 errors and try again.\n"
exit 1
else
echo -e "\033[42mCOMMIT SUCCEEDED\033[0m\n"