Skip to content

Commit

Permalink
Fix brew upgrade command (#19)
Browse files Browse the repository at this point in the history
I typed `$ brew upgrade —all` in Terminal and got this:

```
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).
```
  • Loading branch information
brainix authored Oct 3, 2016
1 parent 0f47711 commit 5e90e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python:

upgrade:
brew update
brew upgrade --all
brew upgrade
brew cleanup
pyenv rehash
pip3 install --upgrade pip
Expand Down

0 comments on commit 5e90e3a

Please sign in to comment.