From e16cad2e11317646f4a3ff50e011b3b90f0ab632 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 18 Feb 2016 15:19:45 +0000 Subject: [PATCH] Re-order the brew cleanup as per the docs. --- bin/software-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/software-install.sh b/bin/software-install.sh index e2d77c7..096361d 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -81,8 +81,8 @@ function install_osx_software { #------------------------------- # Clean up #------------------------------- - brew cask cleanup brew cleanup + brew cask cleanup #------------------------------- }