From 223e291ba2a3ae3aecd007b50e6652ebb812e471 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 19 Sep 2016 08:11:34 -0300 Subject: [PATCH] fix #273 --- antibody/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antibody/install.sh b/antibody/install.sh index 64d992494..b1b61061e 100755 --- a/antibody/install.sh +++ b/antibody/install.sh @@ -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