Skip to content

Commit

Permalink
Add missing return.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 16, 2024
1 parent 49f33a7 commit d51e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def ensure_installed!

sig { returns(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
Expand Down

0 comments on commit d51e8d1

Please sign in to comment.