From 5104fd21a52d7b377314cc8124b5d50193d6ee48 Mon Sep 17 00:00:00 2001 From: Mike McQuaid <mike@mikemcquaid.com> Date: Sun, 4 Aug 2013 08:25:51 -0700 Subject: [PATCH] bottles: update version regex messaging. --- Library/Homebrew/cmd/bottle.rb | 2 +- Library/Homebrew/formulary.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 569bc03eda..379ba9e931 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 diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 34ce768223..2b2e1d861d 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -62,7 +62,7 @@ class Formulary name_without_version = bottle_filename_formula_name @bottle_filename if name_without_version.empty? if ARGV.homebrew_developer? - opoo "Add a new version regex to version.rb to parse this filename." + opoo "Add a new regex to bottle_version.rb to parse this filename." end @name = bottle_name else -- GitLab