aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-06 21:28:34 +0100
committerMarkus Reiter2017-03-12 00:35:09 +0100
commit3bd4349e8ebfd44ce99beea90a8244ed8da33e8a (patch)
tree41b10d5a60388069eacb9da644fc50da28da504b /Library/Homebrew/cask/lib/hbc/cli
parent7a8d782365b615e066bead9b4829f6fce7f375df (diff)
downloadbrew-3bd4349e8ebfd44ce99beea90a8244ed8da33e8a.tar.bz2
Migrate legacy Caskroom.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
-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 e100fbd83..5d7a58b93 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?
- false
+ true
end
end
end