diff options
| author | Markus Reiter | 2017-05-20 19:08:03 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-05-22 02:51:17 +0200 |
| commit | acc7309ca34a28d340583bad619e236b6bc78e52 (patch) | |
| tree | 0ce790698b6b9770c1afc8c8811fa81e5a686f31 /Library/Homebrew/compat | |
| parent | 811f4c5f237dad654c3eba81dfa96b7e9f29c10f (diff) | |
| download | brew-acc7309ca34a28d340583bad619e236b6bc78e52.tar.bz2 | |
Rename `Base` and `InternalUseBase`.
Diffstat (limited to 'Library/Homebrew/compat')
| -rw-r--r-- | Library/Homebrew/compat/hbc/cli/update.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/hbc/cli/update.rb b/Library/Homebrew/compat/hbc/cli/update.rb index 7820997cb..95321e898 100644 --- a/Library/Homebrew/compat/hbc/cli/update.rb +++ b/Library/Homebrew/compat/hbc/cli/update.rb @@ -1,8 +1,8 @@ -require "cask/lib/hbc/cli/base" +require "cask/lib/hbc/cli/abstract_command" module Hbc class CLI - class Update < Base + class Update < AbstractCommand def self.run(*_ignored) odeprecated "`brew cask update`", "`brew update`", disable_on: Time.utc(2017, 7, 1) result = SystemCommand.run(HOMEBREW_BREW_FILE, args: ["update"], |
