Merge pull request #16785 from reitermarkus/tap-sig-remote
Actually return `super` in `CoreTap#remote`.
This commit is contained in:
commit
6c6c418dff
@ -1036,9 +1036,9 @@ class CoreTap < AbstractCoreTap
|
||||
super
|
||||
end
|
||||
|
||||
sig { returns(String) }
|
||||
sig { returns(T.nilable(String)) }
|
||||
def remote
|
||||
super if Homebrew::EnvConfig.no_install_from_api?
|
||||
return super if Homebrew::EnvConfig.no_install_from_api?
|
||||
|
||||
Homebrew::EnvConfig.core_git_remote
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user