diff options
| author | Nath Tumlin | 2017-03-11 16:28:41 -0800 |
|---|---|---|
| committer | Nath Tumlin | 2017-03-11 16:28:41 -0800 |
| commit | 250f3445b70ee09cdce4685d500b591978dbf63d (patch) | |
| tree | 967003d06c14ae0cb2f108618c152c5ce4ad02b4 /Library/Homebrew | |
| parent | 6162a5e41f0a0e6d74d5a627ab8d9e7f1ddd3966 (diff) | |
| download | brew-250f3445b70ee09cdce4685d500b591978dbf63d.tar.bz2 | |
Removed Hbc::
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/search.rb | 2 |
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 |
