From b1f394f8074c7343e72c20dd04ab8ae44b991ea4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 Aug 2013 21:57:13 -0700 Subject: [PATCH] alphabetize list --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 48cc02ab8b..90b6c92aee 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