bottle: detail what a new regex should match.
This commit is contained in:
parent
0f2d1d7f72
commit
cf0a3fe93e
@ -122,7 +122,7 @@ module Homebrew extend self
|
|||||||
filename = bottle_filename(f, :tag => bottle_tag, :revision => bottle_revision)
|
filename = bottle_filename(f, :tag => bottle_tag, :revision => bottle_revision)
|
||||||
|
|
||||||
if bottle_filename_formula_name(filename).empty?
|
if bottle_filename_formula_name(filename).empty?
|
||||||
return ofail "Add a new regex to bottle_version.rb to parse the bottle filename."
|
return ofail "Add a new regex to bottle_version.rb to parse #{f.version} from #{filename}"
|
||||||
end
|
end
|
||||||
|
|
||||||
bottle_path = Pathname.pwd/filename
|
bottle_path = Pathname.pwd/filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user