alphabetize list

This commit is contained in:
Adam Vandenberg 2013-08-08 21:57:13 -07:00
parent a3796d7b72
commit b1f394f807

View File

@ -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