From 250f3445b70ee09cdce4685d500b591978dbf63d Mon Sep 17 00:00:00 2001 From: Nath Tumlin Date: Sat, 11 Mar 2017 16:28:41 -0800 Subject: [PATCH] Removed Hbc:: --- Library/Homebrew/cask/lib/hbc/cli/search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/cli/search.rb b/Library/Homebrew/cask/lib/hbc/cli/search.rb index cc86576325..68d7257557 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