Updated issue template's brew update fix.

This commit is contained in:
Ball 2016-08-26 11:30:25 -07:00
parent 33a8c993dd
commit 238d38bfbb

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: # Please follow the general troubleshooting steps first: