mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Actually return super
in CoreTap#remote
.
This commit is contained in:
parent
f1eea64523
commit
567ea44c99
@ -1032,9 +1032,9 @@ class CoreTap < AbstractCoreTap
|
|||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
sig { returns(String) }
|
sig { returns(T.nilable(String)) }
|
||||||
def remote
|
def remote
|
||||||
super if Homebrew::EnvConfig.no_install_from_api?
|
return super if Homebrew::EnvConfig.no_install_from_api?
|
||||||
|
|
||||||
Homebrew::EnvConfig.core_git_remote
|
Homebrew::EnvConfig.core_git_remote
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user