aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 17:15:28 +0000
committerMike McQuaid2014-02-22 17:15:28 +0000
commitcf0a3fe93e12abc21d19b52a2543aeedbd0d53ac (patch)
tree7ede86986727fe3824d50e6544b65471d32e47d8 /Library/Homebrew
parent0f2d1d7f72c2507f9e5a55e4c7b465affc2ea078 (diff)
downloadbrew-cf0a3fe93e12abc21d19b52a2543aeedbd0d53ac.tar.bz2
bottle: detail what a new regex should match.
Diffstat (limited to 'Library/Homebrew')
-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