From 4376e47a2fdcf5d0c966df983a4205dce8147ff1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 4 Oct 2016 11:36:43 -0400 Subject: Utilities/GitSetup: Fetch local hooks via https --- Utilities/GitSetup/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/GitSetup/config b/Utilities/GitSetup/config index b7d5423..d69a679 100644 --- a/Utilities/GitSetup/config +++ b/Utilities/GitSetup/config @@ -1,5 +1,5 @@ [hooks] - url = http://cmake.org/cmake.git + url = https://cmake.org/cmake.git [ssh] host = cmake.org key = id_git_cmake -- cgit v0.12