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

bottle: detail what a new regex should match.

parent 0f2d1d7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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