aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/versions.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-30 11:19:28 -0700
committerMike McQuaid2013-10-30 11:19:46 -0700
commit202c6ef8262ca95bc5362bb431377c14847a3679 (patch)
tree1600d84d051ab910da72bff9a422c877cbf3bcda /Library/Homebrew/cmd/versions.rb
parent868b4f8bea5f04de4c9036c4ca6e3697670225c3 (diff)
downloadbrew-202c6ef8262ca95bc5362bb431377c14847a3679.tar.bz2
global: add more tap regexes.
Diffstat (limited to 'Library/Homebrew/cmd/versions.rb')
-rw-r--r--Library/Homebrew/cmd/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index daca2469a..35597c6c5 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -64,7 +64,7 @@ class Formula
private
def repository
@repository ||= begin
- if path.realpath.to_s =~ %r{#{HOMEBREW_REPOSITORY}/Library/Taps/(\w+)-(\w+)}
+ if path.realpath.to_s =~ HOMEBREW_TAP_DIR_REGEX
HOMEBREW_REPOSITORY/"Library/Taps/#$1-#$2"
else
HOMEBREW_REPOSITORY