diff options
| author | Markus Reiter | 2017-08-20 16:23:15 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-08-20 16:31:46 +0200 |
| commit | 56ef168e7088962ba7b1cdc3da89d30842a8eb69 (patch) | |
| tree | d4696b260675cac4c5004e5d9bf7796f1c609095 /Library/Homebrew/cask/lib | |
| parent | 1eccaf28dbbdd4a6041c44b11a26dfa995626ed7 (diff) | |
| download | brew-56ef168e7088962ba7b1cdc3da89d30842a8eb69.tar.bz2 | |
Move fix from #3070 inside `GitHub` module.
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/search.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/search.rb b/Library/Homebrew/cask/lib/hbc/cli/search.rb index b299f03ce..e89dced92 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/search.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/search.rb @@ -15,7 +15,6 @@ module Hbc end def self.search_remote(query) - return [] if ENV["HOMEBREW_NO_GITHUB_API"] matches = GitHub.search_code(user: "caskroom", path: "Casks", filename: query, extension: "rb") matches.map do |match| |
