From 4401a940eadec85024a24188761b9aff525bb31b Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sat, 26 Jan 2019 22:48:06 +0100 Subject: [PATCH] Use relative submodule path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2843f5b..5b3f0d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "template"] path = template - url = ssh://laborejo/~/lss/template.git + url = ../template.git branch = master