From ac62ea8cbe7f41b76d2f1a8dedc6b5c28b5f086d Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 4 Nov 2014 10:16:05 -0700 Subject: [PATCH] Fix typo Signed-off-by: Zack Cerza --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index d2332117..8758e41c 100755 --- a/bootstrap +++ b/bootstrap @@ -45,7 +45,7 @@ Darwin) if brew list $keg >/dev/null 2>&1; then echo "Found $keg" else - brew install keg + brew install $keg fi done ;; -- 2.47.3