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