diff options
| author | Jack Nagel | 2013-10-09 21:55:58 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-10-09 21:55:58 -0500 | 
| commit | 4a2fc89c4699f3c5e4ad93f9d7c26698c4a0c989 (patch) | |
| tree | a814d8b3464a0df931dd353e404691e65ea936b7 /Library/Homebrew/download_strategy.rb | |
| parent | bf1d04f039ef1aadaf9d6f163056f866cb205bf6 (diff) | |
| download | brew-4a2fc89c4699f3c5e4ad93f9d7c26698c4a0c989.tar.bz2 | |
S3DownloadStrategy: use temporary_path accessor
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 | 
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  | 
