Skip to content

Commit

Permalink
pull: Update regexps for tigerbrew URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 12, 2013
1 parent 8aa17d0 commit e1946a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Contributions/cmds/brew-pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def tap arg

ARGV.named.each do|arg|
if arg.to_i > 0
url = 'https://github.com/mxcl/homebrew/pull/' + arg
url = 'https://github.com/mistydemeo/tigerbrew/pull/' + arg
else
url_match = arg.match HOMEBREW_PULL_URL_REGEX
unless url_match
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module Homebrew extend self
require 'metafiles'
FORMULA_META_FILES = Metafiles.new
ISSUES_URL = "https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting"
HOMEBREW_PULL_URL_REGEX = 'https:\/\/github.com\/\w+\/homebrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})'
HOMEBREW_PULL_URL_REGEX = 'https:\/\/github.com\/\w+\/tigerbrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})'

unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
$:.unshift(File.expand_path("#{__FILE__}/../compat"))
Expand Down

0 comments on commit e1946a1

Please sign in to comment.