From: Tom Hromatka Date: Mon, 1 Mar 2021 20:51:24 +0000 (-0700) Subject: bootstrap: Use main branch of libcgroup-tests X-Git-Tag: v2.0.rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f387cbc5f4fb8d43371a317356648d1c561efda;p=thirdparty%2Flibcgroup.git bootstrap: Use main branch of libcgroup-tests The default branch of libcgroup-tests has been renamed to main. Utilize this branch. Signed-off-by: Tom Hromatka --- diff --git a/bootstrap.sh b/bootstrap.sh index d9784c32..2046c229 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ git submodule update --init --recursive # configure libcgroup-tests pushd tests -git checkout master +git checkout main popd # configure googletest