From 57849b4853d2ffe2227614726bc22e81e776c080 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 4 May 2015 08:23:21 -0400 Subject: [PATCH] added --all to brew upgrade --- lib/setupScriptFunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setupScriptFunctions.sh b/lib/setupScriptFunctions.sh index aad43d7..9a061a9 100755 --- a/lib/setupScriptFunctions.sh +++ b/lib/setupScriptFunctions.sh @@ -56,7 +56,7 @@ brewMaintenance () { if is_confirmed; then brew doctor brew update - brew upgrade + brew upgrade --all fi }