Skip to content

Commit

Permalink
Updated ; with && in brew update fix to improve safety. (Homebrew#4255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Ball authored and tdsmith committed Aug 26, 2016
1 parent 9a4f872 commit ca507fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ca507fe

Please sign in to comment.