aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-18 16:45:15 -0500
committerJack Nagel2014-12-18 16:45:15 -0500
commitef48a5e7d723d8e870b0b4ba39bd077ad5f1f129 (patch)
tree58799635a71014c89ea02c12493dfb3953ff220f /Library
parenteec429b9b608c9ab2fa397efce3a41831d5b4135 (diff)
downloadbrew-ef48a5e7d723d8e870b0b4ba39bd077ad5f1f129.tar.bz2
Deprecate UnsafeSubversionDownloadStrategy
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
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