Skip to content

Commit

Permalink
pre_bug_report: Modify commands (#23941)
Browse files Browse the repository at this point in the history
* pre_bug_report: Modify commands

Add `brew` error fix and simplify commands

* Update pre_bug_report.md

Reordered commands
  • Loading branch information
adidalal committed Aug 20, 2016
1 parent 33ef788 commit 3e509d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/reporting_bugs/pre_bug_report.md
Expand Up @@ -7,9 +7,9 @@ Start by searching for your issue before posting a new one. If you find an open
If you did not find your particular bug, before reporting it make sure you have the latest versions of Homebrew, Homebrew-Cask, and all Taps by running the following commands. These will also fix some other issues:

```bash
$ brew update; brew cleanup; brew cask cleanup
$ brew uninstall --force brew-cask; brew update
$ brew untap phinze/cask; brew untap caskroom/cask; brew update
$ 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
```

Retry your failing command. If the issue persists, [go back](../../README.md#reporting-bugs) and pick the appropriate instructions for your problem.

0 comments on commit 3e509d2

Please sign in to comment.