From 9dfa51bdc24431ca00f424a9c33f4d1a3f465a1d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 May 2015 15:31:32 +0100 Subject: [PATCH] Try to fix test/data submodule URL. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 861a1f800..a49c45514 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test/data"] path = test/data - url = ssh://carl@git.carlh.net/home/carl/git/dcpomatic-test-data.git + url = git://carl@git.carlh.net/git/dcpomatic-test-data.git -- 2.30.2