added --all to brew upgrade

This commit is contained in:
Nathaniel Landau
2015-05-04 08:23:21 -04:00
parent 62d0e09f4e
commit 57849b4853

View File

@@ -56,7 +56,7 @@ brewMaintenance () {
if is_confirmed; then
brew doctor
brew update
brew upgrade
brew upgrade --all
fi
}