aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
diff options
context:
space:
mode:
authorAlexey Alekhin2017-08-31 03:03:00 +0200
committerAlexey Alekhin2017-08-31 03:03:00 +0200
commit68dd0ac918639e6c1cbe7ba1800cda3646ba4e0b (patch)
tree386a3895f81bf137e7760448ff9df9703ae3a36f /Library/Homebrew/cask/lib/hbc/cli
parent6ac0b9881de5a00a884ca5e59553583d1ada0fc5 (diff)
downloadbrew-68dd0ac918639e6c1cbe7ba1800cda3646ba4e0b.tar.bz2
Changed warning message as recommended by @reitermarkus
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/search.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/search.rb b/Library/Homebrew/cask/lib/hbc/cli/search.rb
index 8fb8b91ec..d56d0c81f 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/search.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/search.rb
@@ -27,7 +27,7 @@ module Hbc
extension: "rb",
)
rescue GitHub::Error => error
- opoo "Online search failed: #{error}\n"
+ opoo "Error searching on GitHub: #{error}\n"
[]
end
matches.map do |match|