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.rb | |
| 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.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index 3cdec07d2..363879574 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -1,6 +1,6 @@ -module Hbc; end - require "hardware" +require "utils" + require "hbc/artifact" require "hbc/audit" require "hbc/auditor" @@ -34,7 +34,6 @@ require "hbc/url_checker" require "hbc/utils" require "hbc/verify" require "hbc/version" -require "utils" module Hbc include Locations |
