adarsh / dotfiles

my dotfiles - configurations for developing in OS X
8 stars 4 forks source link

Remove unnecessary flag from homebrew's upgrade #56

Closed adarsh closed 7 years ago

adarsh commented 7 years ago

Reason for Change

Warning: We decided to not change the behaviour of brew upgrade so brew upgrade --all is equivalent to brew upgrade without any other arguments (so the --all is a no-op and can be removed).

Changes

  • Remove the --all flag from brew upgrade.