diff options
| author | Jack Nagel | 2014-12-18 16:45:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-18 16:45:15 -0500 |
| commit | 7c97de236268830f76a3e7e5f8690ea273eac086 (patch) | |
| tree | 2f334ef01095dc719877310883e129a32d719f49 | |
| parent | f2d3407e8ed9758ea351aedc5b72b1c65522d31f (diff) | |
| download | homebrew-7c97de236268830f76a3e7e5f8690ea273eac086.tar.bz2 | |
Deprecate UnsafeSubversionDownloadStrategy
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index c700fb7a3..82e53a35a 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -627,7 +627,7 @@ class ResourceAuditor if using == :ssl3 || using == CurlSSL3DownloadStrategy problem "The SSL3 download strategy is deprecated, please choose a different URL" - elsif using == CurlUnsafeDownloadStrategy + elsif using == CurlUnsafeDownloadStrategy || using == UnsafeSubversionDownloadStrategy problem "#{using.name} is deprecated, please choose a different URL" end |
