Skip to content

Commit

Permalink
fix: add missing word to echoed message
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNotARobot authored Jan 5, 2025
1 parent f20f081 commit c59161d
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 c59161d

Please sign in to comment.