diff --git a/scripts/verify_commits.sh b/scripts/verify_commits.sh index 2b5960ba47..a89de46185 100755 --- a/scripts/verify_commits.sh +++ b/scripts/verify_commits.sh @@ -112,7 +112,7 @@ function fetch_remotes() { function main() { fetch_remotes || { err "failed to fetch remotes" && exit 1; } - local target_branch="${1:-master}" + local target_branch="${1:-main}" # get all commits we're introducing into the target branch local -a new_commits