remove hub checking because it's embedded in bump-formula-pr

parent 1dd68e1f
...@@ -8,11 +8,6 @@ set -e ...@@ -8,11 +8,6 @@ set -e
brew_name="${1?}" brew_name="${1?}"
version="${2?}" version="${2?}"
if ! type -p hub >/dev/null; then
"ERROR: You have to install hub to proceed." >&2
exit 1
fi
if [ -n "$3" ]; then if [ -n "$3" ]; then
gh_project="github.com/${3}" gh_project="github.com/${3}"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment