Skip to content

Commit dd29742

Browse files
committed
Update verify_commits.sh to use main branch
Signed-off-by: Todd Short <[email protected]>
1 parent bdc0d75 commit dd29742

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)