Skip to content
Snippets Groups Projects
Commit fb7ce8c4 authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix a typo

parent ac36e688
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ class ExampleFormula < Formula
# patch you have to resort to `inreplace`, because in the patch
# you don't have access to any var defined by the formula. Only
# HOMEBREW_PREFIX is available in the embedded patch.
# inreplace supports reg. exes.
# inreplace supports regular expressions.
inreplace "somefile.cfg", /look[for]what?/, "replace by #{bin}/tool"
# To call out to the system, we use the `system` method and we prefer
......
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