diff --git a/devtools/ci/check-relaxed.sh b/devtools/ci/check-relaxed.sh index 8f5cab29c4..16eb087fba 100755 --- a/devtools/ci/check-relaxed.sh +++ b/devtools/ci/check-relaxed.sh @@ -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