diff options
| author | Baptiste Fontaine | 2015-12-26 23:00:38 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2015-12-26 23:00:38 +0100 |
| commit | 169b8fc03942397bd0f73bb008e915b834605cff (patch) | |
| tree | 437c7421ae4bc9c0960a63d4e5a0632b729a4990 /Library/Homebrew/cmd/pull.rb | |
| parent | 48681c3f3a562709dcc1c3256df97ff747fae4d8 (diff) | |
| download | brew-169b8fc03942397bd0f73bb008e915b834605cff.tar.bz2 | |
Revert "minor perf improvements"
This reverts commit 16a2a8274a7808e63a6c78475e12a7c0ef5812ef.
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 959724002..1454f9938 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -59,7 +59,7 @@ module Homebrew url = "https://github.com/Homebrew/homebrew/pull/#{arg}" tap = CoreFormulaRepository.instance elsif (testing_match = arg.match %r{brew.sh/job/Homebrew.*Testing/(\d+)/}) - testing_job = testing_match[1] + _, testing_job = *testing_match url = "https://github.com/Homebrew/homebrew/compare/master...BrewTestBot:testing-#{testing_job}" tap = CoreFormulaRepository.instance odie "Testing URLs require `--bottle`!" unless ARGV.include?("--bottle") |
