From af9453cc17dcf9bb69335ab1985b3295e7fac0e0 Mon Sep 17 00:00:00 2001 From: cartercanedy <99052281+cartercanedy@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:45:06 -0700 Subject: [PATCH] fix grammar --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index b8d03ab8..6b1ad429 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -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