Skip to content

Commit

Permalink
cmd/fetch: add HOMEBREW_FETCH_CONCURRENCY.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 6, 2024
1 parent 69a04bd commit 4761817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FetchCmd < AbstractCommand
"(Pass `all` to download for all architectures.)"
flag "--bottle-tag=",
description: "Download a bottle for given tag."
flag "--concurrency=", description: "Number of concurrent downloads.", hidden: true
flag "--concurrency=", description: "Number of concurrent downloads.", hidden: true, env: :fetch_concurrency
switch "--HEAD",
description: "Fetch HEAD version instead of stable version."
switch "-f", "--force",
Expand Down

0 comments on commit 4761817

Please sign in to comment.