diff options
| author | Ball | 2016-08-26 11:30:25 -0700 |
|---|---|---|
| committer | Ball | 2016-08-26 11:30:25 -0700 |
| commit | 238d38bfbb246b8611a2d15dfe5ab946fee11fc4 (patch) | |
| tree | 596b05b2eb621bbccd244c45c7dc91b6cf64d562 /.github/ISSUE_TEMPLATE.md | |
| parent | 33a8c993dd72c437efa972a85db5e6821b7a6107 (diff) | |
| download | brew-238d38bfbb246b8611a2d15dfe5ab946fee11fc4.tar.bz2 | |
Updated issue template's brew update fix.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -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: |
