Show where we cached the download

This commit is contained in:
Max Howell 2009-10-23 14:47:15 +01:00
parent 2b4f9e45b2
commit 1fcd449c6e

View File

@ -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