aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 48cc02ab8..90b6c92ae 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -757,8 +757,8 @@ class DownloadStrategyDetector
when :hg then MercurialDownloadStrategy
when :nounzip then NoUnzipCurlDownloadStrategy
when :post then CurlPostDownloadStrategy
- when :svn then SubversionDownloadStrategy
when :ssl3 then CurlSSL3DownloadStrategy
+ when :svn then SubversionDownloadStrategy
else
raise "Unknown download strategy #{strategy} was requested."
end