Skip to content

Commit 231a3f0

Browse files
committed
remove hub checking because it's embedded in bump-formula-pr
1 parent 1dd68e1 commit 231a3f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

script/brew-publish

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ set -e
88
brew_name="${1?}"
99
version="${2?}"
1010

11-
if ! type -p hub >/dev/null; then
12-
"ERROR: You have to install hub to proceed." >&2
13-
exit 1
14-
fi
15-
1611
if [ -n "$3" ]; then
1712
gh_project="github.com/${3}"
1813
else

0 commit comments

Comments
 (0)