Show where we cached the download
This commit is contained in:
parent
2b4f9e45b2
commit
1fcd449c6e
@ -48,7 +48,7 @@ class CurlDownloadStrategy <AbstractDownloadStrategy
|
||||
raise
|
||||
end
|
||||
else
|
||||
puts "File already downloaded and cached"
|
||||
puts "File already downloaded and cached to #{HOMEBREW_CACHE}"
|
||||
end
|
||||
return @dl # thus performs checksum verification
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user