From 8d458fa443f039b646e71a17aa5fa60c96d24454 Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 13 Feb 2018 21:03:06 +1000 Subject: [PATCH] cask doctor: check_cached_downloads --- Library/Homebrew/cask/lib/hbc/cli/doctor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb index a586a00ab1..32b927218b 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