bottle: detail what a new regex should match.

This commit is contained in:
Mike McQuaid 2014-02-22 17:15:28 +00:00
parent 0f2d1d7f72
commit cf0a3fe93e

View File

@ -122,7 +122,7 @@ module Homebrew extend self
filename = bottle_filename(f, :tag => bottle_tag, :revision => bottle_revision)
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
bottle_path = Pathname.pwd/filename