aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2018-02-13 11:21:14 +0000
committerGitHub2018-02-13 11:21:14 +0000
commit8a30be74424538aeec3139f1d06bdbb7b38e75b7 (patch)
tree984b4b1d8b6abbe1ee0cba9f86d7f5c394c87556
parent62f1bb79bd468dd82ca8d50e4bd8f872aa6c3fea (diff)
parent8d458fa443f039b646e71a17aa5fa60c96d24454 (diff)
downloadbrew-8a30be74424538aeec3139f1d06bdbb7b38e75b7.tar.bz2
Merge pull request #3800 from commitay/cask-doctor
cask doctor: check_cached_downloads
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli/doctor.rb1
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