Skip to content

Commit

Permalink
cross-repo-cherrypick: Update downstream branch
Browse files Browse the repository at this point in the history
ChromeOS has switched to using the main branch, update accordingly.

BUG=b:294218930
TEST=None

Change-Id: I31f67ef4fb175a4e4896b5bed81d5ae1cdddb827
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79143
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
  • Loading branch information
jpmurphy-google authored and subrata-b committed Nov 20, 2023
1 parent b558758 commit 193e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/scripts/cross-repo-cherrypick
Expand Up @@ -28,7 +28,7 @@ case "${ORIGIN_HOST}" in
MESSAGE_PREFIX="UPSTREAM: "
;;
chromium-review.googlesource.com)
BRANCH="cros/chromeos-2016.05"
BRANCH="cros/main"
MESSAGE_PREFIX=""
;;
esac
Expand Down

0 comments on commit 193e9e8

Please sign in to comment.