We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc0d75 commit dd29742Copy full SHA for dd29742
scripts/verify_commits.sh
@@ -112,7 +112,7 @@ function fetch_remotes() {
112
function main() {
113
fetch_remotes || { err "failed to fetch remotes" && exit 1; }
114
115
- local target_branch="${1:-master}"
+ local target_branch="${1:-main}"
116
117
# get all commits we're introducing into the target branch
118
local -a new_commits
0 commit comments