fix grammar

This commit is contained in:
cartercanedy 2024-10-05 19:45:06 -07:00 committed by GitHub
parent 73f6e24396
commit af9453cc17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
# fast fail on the action runner would fail immediately if there weren't any tabs found # fast fail on the action runner would fail immediately if there weren't any tabs found
# this check makes sure that we don't continue if there's something really weird going on # this check makes sure that we don't continue if there's something really weird going on
if [ "$?" = "2" ]; then if [ "$?" = "2" ]; then
echo "::error file=$file::There was a critical while grepping $file, aborting" echo "::error file=$file::There was a critical error while grepping $file, aborting"
exit 1 exit 1
fi fi