From dd29742099b601fe378d173ac01c5e2525cd277f Mon Sep 17 00:00:00 2001 From: Todd Short Date: Fri, 17 Oct 2025 11:58:14 -0400 Subject: [PATCH] Update verify_commits.sh to use main branch Signed-off-by: Todd Short --- scripts/verify_commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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