From 32f2231cdf8a930f9c7366ee7ac7e0258a54fb9b Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 19 Oct 2016 19:39:11 -0400 Subject: [PATCH] hbc/cli/list: don't require Caskroom to be initialized --- Library/Homebrew/cask/lib/hbc/cli/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/cli/list.rb b/Library/Homebrew/cask/lib/hbc/cli/list.rb index 330c81b90d..4557515f41 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/list.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/list.rb @@ -83,7 +83,7 @@ module Hbc end def self.needs_init? - true + false end end end