Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cartercanedy authored Oct 6, 2024
1 parent 73f6e24 commit af9453c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# 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
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
fi
Expand Down

0 comments on commit af9453c

Please sign in to comment.