Let's print the full path
This commit is contained in:
parent
c28943de7b
commit
f1c26eb6e7
@ -64,7 +64,7 @@ class CurlDownloadStrategy < AbstractDownloadStrategy
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
puts "File already downloaded in #{File.dirname(@tarball_path)}"
|
puts "Already downloaded: #{@tarball_path}"
|
||||||
end
|
end
|
||||||
return @tarball_path # thus performs checksum verification
|
return @tarball_path # thus performs checksum verification
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user