Skip to content

Commit

Permalink
Move require.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jul 15, 2024
1 parent 8d29dd3 commit b17cc2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/cmd/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require "fetch"
require "cask/download"
require "retryable_download"
require "whirly"

module Homebrew
module Cmd
Expand Down Expand Up @@ -83,6 +82,8 @@ def download_queue

sig { override.void }
def run
require "whirly"

Formulary.enable_factory_cache!

bucket = if args.deps?
Expand Down

0 comments on commit b17cc2a

Please sign in to comment.