Skip to content

Commit

Permalink
Merge pull request #4769 from NotNotARobot/patch-3
Browse files Browse the repository at this point in the history
fix: add missing word to echoed message
  • Loading branch information
zhangsoledad authored Jan 8, 2025
2 parents 8b22eb6 + c59161d commit 4239854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/check-relaxed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
case "$OSTYPE" in
darwin*)
if ! type gsed &>/dev/null || ! type ggrep &>/dev/null; then
echo "GNU sed and grep not found! You can install via Homebrew" >&2
echo "GNU sed and grep not found! You can install them via Homebrew" >&2
echo >&2
echo " brew install grep gnu-sed" >&2
exit 1
Expand Down

0 comments on commit 4239854

Please sign in to comment.