Skip to content
Snippets Groups Projects
Commit 7c78f76d authored by Anton Danilchenko's avatar Anton Danilchenko Committed by Dominyk Tiller
Browse files

Troubleshooting: fixed typo


Closes Homebrew/homebrew#46867.

Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
parent 233a38ac
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ brew gist-logs <formula>
0. Upload debugging information to a [Gist](https://gist.github.com):
- If you had a formula error: run `brew gist-logs <formula>` (where `<formula>` is the name of the formula that failed to build).
- If you encountered a non-formula bug: upload the output of `brew config` and `brew doctor` to a new [Gist](https://gist.github.com).
1. [Create a new issue](https://github.com/Homebrew/homebrew/issues/new) titled "\<formula name> failed to build on 10.x", where `<formula name>` is the name of the formula that failed to build, and `10.x` is the version of OS X you are using and including the link output by `brew gist-logs
1. [Create a new issue](https://github.com/Homebrew/homebrew/issues/new) titled "\<formula name> failed to build on 10.x", where `<formula name>` is the name of the formula that failed to build, and `10.x` is the version of OS X you are using and including the link output by `brew gist-logs`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment