diff options
| author | Tim D. Smith | 2016-08-26 16:43:25 -0700 |
|---|---|---|
| committer | GitHub | 2016-08-26 16:43:25 -0700 |
| commit | f4fb655aaa907e8ec642469ae21ca03e6cef2e21 (patch) | |
| tree | bb4f0a1b50f29e719e67ebac75abe8b4748d0b59 /.github | |
| parent | 5a45e4c7dc77472a4e8916bcd48ec37e26ba578c (diff) | |
| parent | 238d38bfbb246b8611a2d15dfe5ab946fee11fc4 (diff) | |
| download | brew-f4fb655aaa907e8ec642469ae21ca03e6cef2e21.tar.bz2 | |
Replaced ; with && under Update Bug in README.md. (#815)
* Replaced ; with && under Update Bug in README.md.
* Updated issue template's brew update fix.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 192aa471e..feca9d74e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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: |
