aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-01-12 23:21:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-12 23:21:18 +0000
commita425fd023fccc0efd8dc7bc2b6c313e9bf59f70d (patch)
tree5a06f4f2f99f59052eaacf198d371f8a30279664
parent7637652f49f53740173ff971318e9c224091d726 (diff)
parent57947fb6ed430c6d5ec5187c20ba5b844f67d5fb (diff)
downloadlibvpx-a425fd023fccc0efd8dc7bc2b6c313e9bf59f70d.tar.gz
Merge "update_libvpx.sh: set default branch to main"
-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`