aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNath Tumlin2017-03-11 16:28:41 -0800
committerNath Tumlin2017-03-11 16:28:41 -0800
commit250f3445b70ee09cdce4685d500b591978dbf63d (patch)
tree967003d06c14ae0cb2f108618c152c5ce4ad02b4
parent6162a5e41f0a0e6d74d5a627ab8d9e7f1ddd3966 (diff)
downloadbrew-250f3445b70ee09cdce4685d500b591978dbf63d.tar.bz2
Removed Hbc::
-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 cc8657632..68d725755 100644
--- a/Library/Homebrew/cask/lib/hbc/cli/search.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli/search.rb
@@ -54,7 +54,7 @@ module Hbc
end
def self.highlight_installed(token)
- if Hbc::Cask.new(token).installed?
+ if Cask.new(token).installed?
token = pretty_installed token
end
token