brew/Library/Homebrew/default_prefix.rb

8 lines
159 B
Ruby
Raw Normal View History

# typed: true
# frozen_string_literal: true
module Homebrew
2023-01-24 21:02:24 +09:00
DEFAULT_PREFIX = HOMEBREW_DEFAULT_PREFIX
DEFAULT_REPOSITORY = HOMEBREW_DEFAULT_REPOSITORY
end