From 57947fb6ed430c6d5ec5187c20ba5b844f67d5fb Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 12 Jan 2023 13:43:23 -0800 Subject: 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 --- update_libvpx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3