Skip to content

Commit

Permalink
Temporarily fix defaultBranch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Dec 28, 2024
1 parent 40d6069 commit facbe4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/fixture/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ pub fn rc() -> Fixture {
alias upstream='within upstream'
alias origin='within origin'
alias local='within local'
# TODO: Temporarily fix to pass tests on macOS
git() {
command git -c init.defaultBranch=master "$@"
}
"#,
)
.append_epilogue(
Expand Down

0 comments on commit facbe4d

Please sign in to comment.