pre_bug_report.md: remove steps relevant to old installs (#29365)

This commit is contained in:
Vítor Galvão 2017-01-25 04:25:01 +00:00 committed by Miccal Matthews
parent 6e6b18e1af
commit 5d8b510869
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ If you did not find your particular bug, before reporting it make sure you have
```bash
$ cd $(brew --repo); git fetch; git reset --hard origin/master
$ brew untap phinze/cask; brew untap caskroom/cask; brew uninstall --force brew-cask
$ brew cleanup; brew cask cleanup; brew update
$ brew untap caskroom/cask; brew cleanup; brew cask cleanup; brew update
```
Retry your failing command. If the issue persists, [go back](../../README.md#reporting-bugs) and pick the appropriate instructions for your problem.