aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2013-08-04 08:25:51 -0700
committerMike McQuaid2013-08-04 08:25:51 -0700
commit5104fd21a52d7b377314cc8124b5d50193d6ee48 (patch)
tree411064f27c6016c0ef4164c5f30cdf06b3202f1b /Library/Homebrew/cmd
parent98c3d39e655881c79f485c599902722180068df9 (diff)
downloadbrew-5104fd21a52d7b377314cc8124b5d50193d6ee48.tar.bz2
bottles: update version regex messaging.
Diffstat (limited to 'Library/Homebrew/cmd')
-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 569bc03ed..379ba9e93 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -53,7 +53,7 @@ module Homebrew extend self
filename = bottle_filename f, bottle_revision
if bottle_filename_formula_name(filename).empty?
- return ofail "Add a new version regex to version.rb to parse the bottle filename."
+ return ofail "Add a new regex to bottle_version.rb to parse the bottle filename."
end
bottle_path = Pathname.pwd/filename