Skip to content

Commit 25904d8

Browse files
Merge pull request #1127 from tmshort/move-master-to-main
NO-ISSUE: Update verify_commits.sh to use main branch
2 parents bd2f1ad + dd29742 commit 25904d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify_commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function fetch_remotes() {
112112
function main() {
113113
fetch_remotes || { err "failed to fetch remotes" && exit 1; }
114114

115-
local target_branch="${1:-master}"
115+
local target_branch="${1:-main}"
116116

117117
# get all commits we're introducing into the target branch
118118
local -a new_commits

0 commit comments

Comments
 (0)