From 7b08093348fdae2537657524b4784ea2f86b4f12 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 Aug 2013 21:57:13 -0700 Subject: alphabetize list --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3