dev-cmd/contributions: Properly auto-tap
This commit is contained in:
parent
63a1a078b9
commit
5d312d25d0
@ -56,7 +56,7 @@ module Homebrew
|
||||
next if repo == "versions" # This tap is deprecated, tapping it will error.
|
||||
|
||||
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
|
||||
|
||||
commits += git_log_author_cmd(T.must(repo_path), args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user