formulary: fix typo.

"an commit" is not valid English.
This commit is contained in:
Mike McQuaid 2020-03-11 13:12:49 +00:00
parent d0848a512d
commit d53176fe13
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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!