aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-pull.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Contributions/cmd/brew-pull.rb')
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb
index 6a055f77b..521df766b 100755
--- a/Library/Contributions/cmd/brew-pull.rb
+++ b/Library/Contributions/cmd/brew-pull.rb
@@ -21,7 +21,7 @@ ARGV.named.each do|arg|
if arg.to_i > 0
url = 'https://github.com/mxcl/homebrew/pull/' + arg
else
- url_match = arg.match HOMEBREW_PULL_URL_REGEX
+ url_match = arg.match HOMEBREW_PULL_OR_COMMIT_URL_REGEX
unless url_match
ohai 'Ignoring URL:', "Not a GitHub pull request or commit: #{arg}"
next