Merge pull request #3042 from rolandwalker/curl_feedback_message

improve debug message from curl
This commit is contained in:
Roland Walker 2014-02-19 20:21:51 -05:00
commit 707b9091b0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Cask::CurlDownloadStrategy < CurlDownloadStrategy
include Cask::DownloadStrategy
def _fetch
odebug "Calling curl with args #{curl_args}"
odebug "Calling curl with args #{curl_args.inspect}"
curl(*curl_args)
end