aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJosh Hagins2016-10-19 19:39:11 -0400
committerJosh Hagins2016-10-19 22:15:03 -0400
commit32f2231cdf8a930f9c7366ee7ac7e0258a54fb9b (patch)
tree7cf38e98188fef7e232362b572a5e2d8ca6b819d /Library/Homebrew
parentf79cb2ba307271645aaa6cc37fc3b4d3c16ebe62 (diff)
downloadbrew-32f2231cdf8a930f9c7366ee7ac7e0258a54fb9b.tar.bz2
hbc/cli/list: don't require Caskroom to be initialized
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/list.rb b/Library/Homebrew/cask/lib/hbc/cli/list.rb
index 330c81b90..4557515f4 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