Skip to content

Commit

Permalink
Merge pull request awslabs#216 from sparr/master_branch
Browse files Browse the repository at this point in the history
Explicitly set initial branch for tests
  • Loading branch information
creswick committed Sep 20, 2022
2 parents b9e96b3 + 0652a46 commit 99d01d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ setup_repo() {
delete_repo
mkdir -p $TEST_REPO
cd $TEST_REPO
git init
git init --initial-branch=master
git config --local --add secrets.patterns '@todo'
git config --local --add secrets.patterns 'forbidden|me'
git config --local --add secrets.patterns '#hash'
Expand Down

0 comments on commit 99d01d5

Please sign in to comment.