From 79234648d9acd67d71d39500e9c0c843bf124f70 Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Mon, 6 Nov 2017 00:06:34 +0100 Subject: [PATCH] Use https instead of ssh git path for problem-specifications --- _test/ensure-readmes-are-updated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/ensure-readmes-are-updated.sh b/_test/ensure-readmes-are-updated.sh index a341d4cb9..2ef2cce3a 100644 --- a/_test/ensure-readmes-are-updated.sh +++ b/_test/ensure-readmes-are-updated.sh @@ -5,7 +5,7 @@ if [ ! -x bin/configlet ]; then fi if [ ! -d "problem-specifications" ]; then - git clone git@github.com:exercism/problem-specifications.git problem-specifications + git clone https://github.com/exercism/problem-specifications.git problem-specifications fi newline=$'\n '