Skip to content

Commit

Permalink
Merge pull request #1441 from briandunn/patch-1
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
MikeMcQuaid authored Nov 4, 2016
2 parents faa5062 + 0904bad commit 83b8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Formula-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ Homebrew wants to maintain a consistent Ruby style across all formulae based on

### Version detection fails

Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) in avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method).
Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) to avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method).

## Bad Makefiles

Expand Down

0 comments on commit 83b8c6c

Please sign in to comment.