Let's print the full path

This commit is contained in:
Max Howell 2012-03-16 00:35:56 +00:00
parent c28943de7b
commit f1c26eb6e7

View File

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