mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
standalone/load_path: rename to init
This commit is contained in:
parent
e1071e136c
commit
1f86ad4b0f
@ -3,5 +3,5 @@
|
||||
|
||||
# This file should be the first `require` in all entrypoints outside the `brew` environment.
|
||||
|
||||
require_relative "standalone/load_path"
|
||||
require_relative "standalone/init"
|
||||
require_relative "standalone/sorbet"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
# This file should be the first `require` in all entrypoints of `brew`.
|
||||
|
||||
require_relative "standalone/load_path"
|
||||
require_relative "standalone/init"
|
||||
require_relative "startup/ruby_path"
|
||||
require "startup/config"
|
||||
require_relative "startup/bootsnap"
|
||||
|
Loading…
x
Reference in New Issue
Block a user