Add :using => :fossil
This commit is contained in:
parent
867a87b50a
commit
eec429b9b6
@ -835,6 +835,7 @@ class DownloadStrategyDetector
|
|||||||
when :ssl3 then CurlSSL3DownloadStrategy
|
when :ssl3 then CurlSSL3DownloadStrategy
|
||||||
when :cvs then CVSDownloadStrategy
|
when :cvs then CVSDownloadStrategy
|
||||||
when :post then CurlPostDownloadStrategy
|
when :post then CurlPostDownloadStrategy
|
||||||
|
when :fossil then FossilDownloadStrategy
|
||||||
else
|
else
|
||||||
raise "Unknown download strategy #{strategy} was requested."
|
raise "Unknown download strategy #{strategy} was requested."
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user