Move require.
This commit is contained in:
parent
b353e9cbf2
commit
3a51f55572
@ -6,7 +6,6 @@ require "formula"
|
|||||||
require "fetch"
|
require "fetch"
|
||||||
require "cask/download"
|
require "cask/download"
|
||||||
require "retryable_download"
|
require "retryable_download"
|
||||||
require "whirly"
|
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
module Cmd
|
module Cmd
|
||||||
@ -83,6 +82,8 @@ module Homebrew
|
|||||||
|
|
||||||
sig { override.void }
|
sig { override.void }
|
||||||
def run
|
def run
|
||||||
|
require "whirly"
|
||||||
|
|
||||||
Formulary.enable_factory_cache!
|
Formulary.enable_factory_cache!
|
||||||
|
|
||||||
bucket = if args.deps?
|
bucket = if args.deps?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user