From 2a0d965327a67c3314cf0434d34aef0f41821333 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 16 Mar 2012 00:35:56 +0000 Subject: Let's print the full path --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 98f27aeea..7aa31ad1f 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -64,7 +64,7 @@ class CurlDownloadStrategy < AbstractDownloadStrategy end end else - puts "File already downloaded in #{File.dirname(@tarball_path)}" + puts "Already downloaded: #{@tarball_path}" end return @tarball_path # thus performs checksum verification end -- cgit v1.2.3