From 6f387cbc5f4fb8d43371a317356648d1c561efda Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Mon, 1 Mar 2021 13:51:24 -0700 Subject: [PATCH] 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2