Fix Homebrew README.md matching

Now there's a 🍺 emoji.
This commit is contained in:
Zhaofeng Li
2026-06-12 08:35:11 -04:00
parent 716a3c73f5
commit 9c3819c9d6
@@ -30,7 +30,7 @@ if [[ ! -e ".git" ]]; then
exit 1
fi
if ! grep -E "^# Homebrew" "README.md" >/dev/null; then
if ! grep -E "^#.*Homebrew" "README.md" >/dev/null; then
>&2 echo "${PWD} does not looks like a Homebrew checkout"
exit 1
fi