From cf0a3fe93e12abc21d19b52a2543aeedbd0d53ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 22 Feb 2014 17:15:28 +0000 Subject: [PATCH] bottle: detail what a new regex should match. --- Library/Homebrew/cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 847fff072a..4e99f3d83e 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -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