diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-04 09:45:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-04 09:45:26 +0100 |
| commit | 35273515a04367101054e7ba429d46c3c4d8b56b (patch) | |
| tree | fb824299a1aeb7bf34d2add5c0dc2b4221e36d01 /.gitmodules | |
| parent | 339cb01393859287695f487336e731b7d9a76628 (diff) | |
Try to give test/data git submodule a relative URL.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6bb45938a..e8d212063 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "test/data"] path = test/data - url = git://git.carlh.net/git/dcpomatic-test-data.git + url = ../dcpomatic-test-data.git |
