return tarball_path from fetch method

fixes #7946
This commit is contained in:
Roland Walker 2014-12-09 18:43:24 -05:00
parent 481f4b9a80
commit 6ef309aff0
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ class Cask::CurlDownloadStrategy < CurlDownloadStrategy
curl(*curl_args)
end
def fetch
super
tarball_path
end
private
def curl_args