aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorMike McQuaid2016-08-13 08:45:36 +0100
committerMike McQuaid2016-08-13 08:45:36 +0100
commit1e76a207b5bfacebee0a7198318230446be8da47 (patch)
treefa12c55b3cb8c0102015ac84c6e93e9ce6502c78 /.github/ISSUE_TEMPLATE.md
parent36b0666f257ab0c48a6c0a4e2d67418fcf98c38c (diff)
downloadbrew-1e76a207b5bfacebee0a7198318230446be8da47.tar.bz2
Tell people about update bug in README/issue template.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 2316ba6e8..192aa471e 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,5 @@
+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:
- [ ] Ran `brew update` and retried your prior step?