From ef48a5e7d723d8e870b0b4ba39bd077ad5f1f129 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 18 Dec 2014 16:45:15 -0500 Subject: [PATCH] Deprecate UnsafeSubversionDownloadStrategy --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index c700fb7a3f..82e53a35a3 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