Skip to content

Commit

Permalink
git-when-merged: fix test on Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m authored and BrewTestBot committed Oct 2, 2022
1 parent c7270cd commit cb8cb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/git-when-merged.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def install
end

test do
system "git", "config", "--global", "init.defaultBranch", "master"
system "git", "init"
system "git", "config", "user.name", "BrewTestBot"
system "git", "config", "user.email", "BrewTestBot@example.com"
Expand Down

0 comments on commit cb8cb1d

Please sign in to comment.