From 64ff641e5d1ccdbf3faf51356a0d90798783f4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Fri, 1 Feb 2019 09:30:52 +0200 Subject: [PATCH] fix again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cae73a..dbf7a90 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ fmt: clang-format -i tests/*.cpp -style="{BasedOnStyle: Google, ColumnLimit: 120}" gtest: - git clone --branc v1.8.1 --depth 1 https://github.com/google/googletest.git gtest + git clone --branc release-1.8.1 --depth 1 https://github.com/google/googletest.git gtest