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

Commit

Permalink
fix #273
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 19, 2016
1 parent 2447251 commit 223e291
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 223e291

Please sign in to comment.