Skip to content

Commit

Permalink
Remove redirection for default prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg authored and p-linnane committed Feb 4, 2024
1 parent 1745db8 commit 69cd289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Library/Homebrew/default_prefix.rb

This file was deleted.

3 changes: 2 additions & 1 deletion Library/Homebrew/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@
require "macos_version"
require "os"
require "messages"
require "default_prefix"

module Homebrew
extend FileUtils

DEFAULT_PREFIX = T.let(ENV.fetch("HOMEBREW_DEFAULT_PREFIX").freeze, String)
DEFAULT_REPOSITORY = T.let(ENV.fetch("HOMEBREW_DEFAULT_REPOSITORY").freeze, String)
DEFAULT_CELLAR = "#{DEFAULT_PREFIX}/Cellar".freeze
DEFAULT_MACOS_CELLAR = "#{HOMEBREW_DEFAULT_PREFIX}/Cellar".freeze
DEFAULT_MACOS_ARM_CELLAR = "#{HOMEBREW_MACOS_ARM_DEFAULT_PREFIX}/Cellar".freeze
Expand Down

0 comments on commit 69cd289

Please sign in to comment.