dev-cmd/contributions: Properly auto-tap

This commit is contained in:
Issy Long 2022-07-29 21:49:59 +01:00
parent 63a1a078b9
commit 5d312d25d0
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -56,7 +56,7 @@ module Homebrew
next if repo == "versions" # This tap is deprecated, tapping it will error. next if repo == "versions" # This tap is deprecated, tapping it will error.
opoo "Repository #{repo} not yet tapped! Tapping it now..." opoo "Repository #{repo} not yet tapped! Tapping it now..."
Utils.safe_system("brew", "tap", repo_path) # TODO: Figure out why `exit code 1` happens here. Tap.fetch("homebrew", repo).install
end end
commits += git_log_author_cmd(T.must(repo_path), args) commits += git_log_author_cmd(T.must(repo_path), args)