Fix Homebrew README.md matching
Now there's a 🍺 emoji.
This commit is contained in:
@@ -30,7 +30,7 @@ if [[ ! -e ".git" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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"
|
>&2 echo "${PWD} does not looks like a Homebrew checkout"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user