diff options
| author | Mike McQuaid | 2017-03-22 21:54:56 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2017-03-23 08:39:28 +0000 |
| commit | d0bbadde222e0930d411c14fbfa14393db797e4c (patch) | |
| tree | 8e16ae51d82842bd1d8a553c25d392e8cc554772 /Library/Homebrew/utils/github.rb | |
| parent | 5da857ce834323983a52411fd36192d4253090f0 (diff) | |
| download | brew-d0bbadde222e0930d411c14fbfa14393db797e4c.tar.bz2 | |
github: don't print when searching PRs.
Diffstat (limited to 'Library/Homebrew/utils/github.rb')
| -rw-r--r-- | Library/Homebrew/utils/github.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index 5f961974c..a5ed5394a 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -268,7 +268,6 @@ module GitHub def print_pull_requests_matching(query) return [] if ENV["HOMEBREW_NO_GITHUB_API"] - ohai "Searching pull requests..." open_or_closed_prs = issues_matching(query, type: "pr") |
