Remove obsolete comment about download_strategy
The canonical way to select a custom download strategy is to pass :using => StrategyClass as an argument to the url DSL method.
This commit is contained in:
parent
dda22a3562
commit
62d25f9c8b
@ -173,8 +173,6 @@ class Formula
|
||||
|
||||
def opt_prefix; HOMEBREW_PREFIX/:opt/name end
|
||||
|
||||
# Use the @active_spec to detect the download strategy.
|
||||
# Can be overriden to force a custom download strategy
|
||||
def download_strategy
|
||||
@active_spec.download_strategy
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user