diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 0f9938eb2..d04ec817f 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -145,8 +145,7 @@ end # This Download Strategy is provided for use with sites that # only provide HTTPS and also have a broken cert. -# Try not to need this, as we probably won't accept the forulae -# into trunk. +# Try not to need this, as we probably won't accept the formula. class CurlUnsafeDownloadStrategy <CurlDownloadStrategy def _fetch curl @url, '--insecure', '-o', @tarball_path |
