aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-01-12 13:43:23 -0800
committerJames Zern <jzern@google.com>2023-01-12 13:48:11 -0800
commit57947fb6ed430c6d5ec5187c20ba5b844f67d5fb (patch)
tree5a06f4f2f99f59052eaacf198d371f8a30279664
parent7637652f49f53740173ff971318e9c224091d726 (diff)
downloadlibvpx-57947fb6ed430c6d5ec5187c20ba5b844f67d5fb.tar.gz
update_libvpx.sh: set default branch to main
master was replaced by main and with the changes related to merging upstream, the origin/ is no longer necessary Bug: 256050947 Change-Id: Ic9903ac030aa933a68f1b9392bffdb972449f3b5 Test: run update_libvpx.sh with no parameters
-rwxr-xr-xupdate_libvpx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_libvpx.sh b/update_libvpx.sh
index 16f978653..cfbee1888 100755
--- a/update_libvpx.sh
+++ b/update_libvpx.sh
@@ -28,7 +28,7 @@ die() {
GIT_REPO="https://chromium.googlesource.com/webm/libvpx"
# Update to TOT by default.
-GIT_BRANCH="origin/master"
+GIT_BRANCH="main"
BASE_DIR=`pwd`