Skip to content

Commit 131c4cf

Browse files
authored
Merge pull request #4769 from NotNotARobot/patch-3
fix: add missing word to echoed message
2 parents c1e46fc + c59161d commit 131c4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/ci/check-relaxed.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
case "$OSTYPE" in
66
darwin*)
77
if ! type gsed &>/dev/null || ! type ggrep &>/dev/null; then
8-
echo "GNU sed and grep not found! You can install via Homebrew" >&2
8+
echo "GNU sed and grep not found! You can install them via Homebrew" >&2
99
echo >&2
1010
echo " brew install grep gnu-sed" >&2
1111
exit 1

0 commit comments

Comments
 (0)