diff options
| author | Markus Reiter | 2017-01-23 17:17:50 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-23 17:17:50 +0100 |
| commit | e59ada508727f11464595893783beb914c26f60b (patch) | |
| tree | 795520e45d29052df65c56503c4a6d2983334ef1 /Library/Homebrew/cask/lib/hbc/cli.rb | |
| parent | 44596696175bef38f3cde07e4f45285c322996b8 (diff) | |
| parent | 2076b494a6233630025acd45d9a5766bd6bb785d (diff) | |
| download | brew-1.1.8.tar.bz2 | |
Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8
Add internal command to calculate appcast checkpoint.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb index 42c3982ba..36fae3034 100644 --- a/Library/Homebrew/cask/lib/hbc/cli.rb +++ b/Library/Homebrew/cask/lib/hbc/cli.rb @@ -23,6 +23,7 @@ require "hbc/cli/zap" require "hbc/cli/internal_use_base" require "hbc/cli/internal_audit_modified_casks" +require "hbc/cli/internal_appcast_checkpoint" require "hbc/cli/internal_checkurl" require "hbc/cli/internal_dump" require "hbc/cli/internal_help" |
