diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index df92f7da5b..e4f6780778 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -835,6 +835,7 @@ class DownloadStrategyDetector when :ssl3 then CurlSSL3DownloadStrategy when :cvs then CVSDownloadStrategy when :post then CurlPostDownloadStrategy + when :fossil then FossilDownloadStrategy else raise "Unknown download strategy #{strategy} was requested." end