Skip to content
Snippets Groups Projects
Commit a48e42e9 authored by commitay's avatar commitay
Browse files

cask fetch and upgrade: print caveats

parent 315ccf60
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -53,6 +53,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment