aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2013-10-09 21:55:58 -0500
committerJack Nagel2013-10-09 21:55:58 -0500
commit4a2fc89c4699f3c5e4ad93f9d7c26698c4a0c989 (patch)
treea814d8b3464a0df931dd353e404691e65ea936b7 /Library/Homebrew/download_strategy.rb
parentbf1d04f039ef1aadaf9d6f163056f866cb205bf6 (diff)
downloadbrew-4a2fc89c4699f3c5e4ad93f9d7c26698c4a0c989.tar.bz2
S3DownloadStrategy: use temporary_path accessor
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 54fde77e3..7ce7bc626 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -307,7 +307,7 @@ class S3DownloadStrategy < CurlDownloadStrategy
s3url = obj.public_url
end
- curl s3url, '-C', downloaded_size, '-o', @temporary_path
+ curl s3url, '-C', downloaded_size, '-o', temporary_path
end
end