From 2a39265cefc1e4246603d1490911d5b5555a295a Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Wed, 9 Sep 2020 10:23:45 -0600 Subject: [PATCH] Revert "DO NOT COMMIT" This reverts commit 83d6205fc7711818bd2e4bf1890d7d157756182e. --- .gitmodules | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 136d3063..136e80c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ fetchRecurseSubmodules = true [submodule "tests"] path = tests - url = https://github.com/drakenclimber/libcgroup-tests.git + url = https://github.com/libcgroup/libcgroup-tests.git diff --git a/bootstrap.sh b/bootstrap.sh index 5f72c961..d9784c32 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ git submodule update --init --recursive # configure libcgroup-tests pushd tests -git checkout issues/cgcreate +git checkout master popd # configure googletest -- 2.47.2