Skip to content

Commit

Permalink
Merge pull request holman#238 from caarlos0/fix-antibody
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
caarlos0 authored Jul 22, 2016
2 parents d7c3326 + 3b8e12e commit c641c7c
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,5 +1,5 @@
#!/bin/sh
if [ "$(uname -s)" = "Darwin" ] && [ "$(which brew >/dev/null 2>&1)" ]; then
if [ "$(uname -s)" = "Darwin" ] && which brew >/dev/null 2>&1; then
if [ ! "$(which antibody)" ]; then
brew tap getantibody/homebrew-antibody
brew install antibody
Expand Down

0 comments on commit c641c7c

Please sign in to comment.