add remove_const to cancel warning
This commit is contained in:
parent
97bba59e73
commit
8289089482
@ -2,6 +2,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
remove_const(:DEFAULT_PREFIX)
|
||||
DEFAULT_PREFIX = HOMEBREW_LINUX_DEFAULT_PREFIX
|
||||
|
||||
remove_const(:DEFAULT_REPOSITORY)
|
||||
DEFAULT_REPOSITORY = HOMEBREW_LINUX_DEFAULT_REPOSITORY
|
||||
end
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
remove_const(:DEFAULT_PREFIX)
|
||||
DEFAULT_PREFIX = HOMEBREW_MACOS_ARM_DEFAULT_PREFIX
|
||||
|
||||
remove_const(:DEFAULT_REPOSITORY)
|
||||
DEFAULT_REPOSITORY = HOMEBREW_MACOS_ARM_DEFAULT_REPOSITORY
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user