Updated ; with && in brew update fix to improve safety. (#4255)

This commit is contained in:
Catherine Ball 2016-08-26 16:41:20 -07:00 committed by Tim D. Smith
parent 9a4f872ab9
commit ca507fe09f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd $(brew --repo); git fetch; git reset --hard origin/master; brew update`.
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd $(brew --repo) && git fetch && git reset --hard origin/master && brew update`.
# Please follow the general troubleshooting steps first:

View file

@ -4,7 +4,7 @@ Core formulae for the Homebrew package manager.
## Update Bug
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run:
```bash
cd $(brew --repo); git fetch; git reset --hard origin/master; brew update
cd $(brew --repo) && git fetch && git reset --hard origin/master && brew update
```
## How do I install these formulae?