diff options
| author | Markus Reiter | 2017-03-12 11:31:33 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-12 11:31:33 +0100 |
| commit | ff4e0ea30589ca78ea1b786df40dc42fde2f6c73 (patch) | |
| tree | bf2cf633f72498450306110758537d0de00df7e4 /Library/Homebrew/cask/lib/hbc/cli | |
| parent | b3679de310609f7cacfbb83331ec54582e1c395f (diff) | |
| parent | 3bd4349e8ebfd44ce99beea90a8244ed8da33e8a (diff) | |
| download | brew-ff4e0ea30589ca78ea1b786df40dc42fde2f6c73.tar.bz2 | |
Merge pull request #2320 from reitermarkus/migrate-legacy-caskroom
Migrate legacy Caskroom.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/list.rb | 2 |
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 |
