Unverified Commit 231a3f02 authored by SHIBATA Hiroshi's avatar SHIBATA Hiroshi
Browse files

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

parent 1dd68e1f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -8,11 +8,6 @@ set -e
brew_name="${1?}"
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
  gh_project="github.com/${3}"
else