diff options
| author | Mike McQuaid | 2018-02-13 11:21:14 +0000 | 
|---|---|---|
| committer | GitHub | 2018-02-13 11:21:14 +0000 | 
| commit | 8a30be74424538aeec3139f1d06bdbb7b38e75b7 (patch) | |
| tree | 984b4b1d8b6abbe1ee0cba9f86d7f5c394c87556 /Library | |
| parent | 62f1bb79bd468dd82ca8d50e4bd8f872aa6c3fea (diff) | |
| parent | 8d458fa443f039b646e71a17aa5fa60c96d24454 (diff) | |
| download | brew-8a30be74424538aeec3139f1d06bdbb7b38e75b7.tar.bz2 | |
Merge pull request #3800 from commitay/cask-doctor
cask doctor: check_cached_downloads
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/doctor.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb index a586a00ab..32b927218 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb @@ -24,6 +24,7 @@ module Hbc          check_software_versions          check_install_location          check_staging_location +        check_cached_downloads          check_taps          check_load_path          check_environment_variables | 
