Re-order the brew cleanup as per the docs.

This commit is contained in:
Scott Wallace 2016-02-18 15:19:45 +00:00 committed by Scott Wallace
parent 2d7c5a2ed4
commit e16cad2e11

View file

@ -81,8 +81,8 @@ function install_osx_software {
#------------------------------- #-------------------------------
# Clean up # Clean up
#------------------------------- #-------------------------------
brew cask cleanup
brew cleanup brew cleanup
brew cask cleanup
#------------------------------- #-------------------------------
} }