aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 17:15:28 +0000
committerMike McQuaid2014-02-22 17:15:28 +0000
commit8b4e80f3b6b75933598315179cd31d57af656ba8 (patch)
tree1f713da13ad419c3bbc4e60690888132516ad290 /Library
parent834d9ca8c721c47b205d9952f4dcde9018caec05 (diff)
downloadhomebrew-8b4e80f3b6b75933598315179cd31d57af656ba8.tar.bz2
bottle: detail what a new regex should match.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index 847fff072..4e99f3d83 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