diff --git a/Library/Homebrew/cask/lib/hbc/cli/fetch.rb b/Library/Homebrew/cask/lib/hbc/cli/fetch.rb index f76927297c..1ba5d176d4 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/fetch.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/fetch.rb @@ -10,6 +10,7 @@ module Hbc def run casks.each do |cask| + Installer.print_caveats(cask) ohai "Downloading external files for Cask #{cask}" downloaded_path = Download.new(cask, force: force?).perform Verify.all(cask, downloaded_path) diff --git a/Library/Homebrew/cask/lib/hbc/cli/upgrade.rb b/Library/Homebrew/cask/lib/hbc/cli/upgrade.rb index e0589eb0d0..392b87575b 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/upgrade.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/upgrade.rb @@ -54,6 +54,8 @@ module Hbc # Start new Cask's installation steps new_cask_installer.check_conflicts + new_cask_installer.print_caveats + new_cask_installer.fetch # Move the old Cask's artifacts back to staging