summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/scripts/cross-repo-cherrypick4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick
index 1a174a9772..b27ff4375a 100755
--- a/util/scripts/cross-repo-cherrypick
+++ b/util/scripts/cross-repo-cherrypick
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# Adapt to your remote branch:
-BRANCH="origin/master"
+BRANCH="origin/main"
# When pulling in patches from another tree from a gerrit repository,
# do the following at the end of a larger cherry-pick series:
@@ -24,7 +24,7 @@ commit_message() {
ORIGIN_HOST=$( commit_message |grep "^Reviewed-on: " |head -1 |cut -d/ -f3 )
case "${ORIGIN_HOST}" in
review.coreboot.org)
- BRANCH="origin/master"
+ BRANCH="origin/main"
MESSAGE_PREFIX="UPSTREAM: "
;;
chromium-review.googlesource.com)