From b723e25130a87f35f704e1b731d5fbf22ff890a0 Mon Sep 17 00:00:00 2001 From: AnotherCommander Date: Thu, 31 Oct 2013 14:20:28 +0100 Subject: [PATCH] Attempt to fix problem when checking out Windows deps (tries to do ssh connection to pull the dependency). --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 66f89326..eb29d27e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,4 +24,4 @@ url = ../libvorbis-1.3.3.git [submodule "deps/Windows-deps"] path = deps/Windows-deps - url = git@github.com:OoliteProject/oolite-windows-dependencies.git + url = ../oolite-windows-dependencies.git