aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 33591a6b1..deb5d1762 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -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