Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #274 from caarlos0/273
Browse files Browse the repository at this point in the history
fixes "Error: No available formula with the name "antibody"" error
  • Loading branch information
caarlos0 authored Sep 19, 2016
2 parents 2447251 + 223e291 commit ce8c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antibody/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if [ "$(uname -s)" = "Darwin" ] && which brew >/dev/null 2>&1; then
brew tap getantibody/homebrew-antibody
if [ ! "$(which antibody)" ]; then
brew tap getantibody/homebrew-antibody
brew install antibody
else
brew update
Expand Down

0 comments on commit ce8c94c

Please sign in to comment.