mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix grammar
This commit is contained in:
parent
73f6e24396
commit
af9453cc17
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user