Skip to content
Snippets Groups Projects
Unverified Commit d53176fe authored by Mike McQuaid's avatar Mike McQuaid
Browse files

formulary: fix typo.

"an commit" is not valid English.
parent d0848a51
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ module Formulary
if url =~ %r{githubusercontent.com/[\w-]+/[\w-]+/[a-f0-9]{40}(/Formula)?/([\w+-.@]+).rb}
formula_name = Regexp.last_match(2)
opoo <<~EOS
Unsupported installation from an commit URL!
Unsupported installation from a commit URL!
Consider using `brew extract #{formula_name} ...` instead!"
This will extract your desired #{formula_name} version to a stable tap instead of
installing from a commit URL that cannnot receive updates or fixes!
......
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