From fba1d1ce323b8326194f52480287d3a738ea7d3c Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Wed, 15 Mar 2023 11:01:01 +0100 Subject: [PATCH] chore: make submodule path relative --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f1653d3..5077ccb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "speckle.xunit.runner.wpf"] path = speckle.xunit.runner.wpf - url = git@github.com:specklesystems/speckle.xunit.runner.wpf.git + url = ../speckle.xunit.runner.wpf.git