mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
10 lines
195 B
Ruby
10 lines
195 B
Ruby
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
module Homebrew
|
|
DEFAULT_PREFIX = HOMEBREW_DEFAULT_PREFIX
|
|
DEFAULT_REPOSITORY = HOMEBREW_DEFAULT_REPOSITORY
|
|
end
|
|
|
|
require "extend/os/default_prefix"
|