From 626fd6b1a0d06613fbeb5aff36323f2e41c28e1f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 26 Sep 2015 19:45:39 +1000 Subject: [PATCH] Updated repository URL --- Scripts/diffcover-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/diffcover-install.sh b/Scripts/diffcover-install.sh index 93e06efe3..850d368f8 100755 --- a/Scripts/diffcover-install.sh +++ b/Scripts/diffcover-install.sh @@ -1,5 +1,5 @@ # Fetch the remote master branch before running diff-cover on Travis CI. -# https://github.com/edx/diff-cover#troubleshooting +# https://github.com/Bachmann1234/diff-cover#troubleshooting git fetch origin master:refs/remotes/origin/master # CFLAGS=-O0 means build with no optimisation.