diff options
| author | Markus Reiter | 2017-09-12 09:36:07 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-09-12 09:36:07 +0200 |
| commit | 57608170b266e625d6112236d048a1603925e8fb (patch) | |
| tree | d5f367bb9003c63ba7b3158d1585b5863042fcb4 | |
| parent | becd8d8bc4dda1973849677deeb46590802f0f91 (diff) | |
| download | brew-57608170b266e625d6112236d048a1603925e8fb.tar.bz2 | |
Fix method name.
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb index 56f6d3c73..a538ffd8c 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb @@ -12,7 +12,7 @@ module Hbc if args.all? { |t| t =~ %r{^https?://} && t !~ /\.rb$/ } self.class.appcask_checkpoint_for_url(args) else - self.class.appcask_checkpoint(load_casks, calculate?) + self.class.appcask_checkpoint(casks, calculate?) end end |
