From 0ae1c8d25c744ef5233d8fccea8ea5b4266c1c72 Mon Sep 17 00:00:00 2001 From: Wojciech Barcik <wbarcik@syncad.com> Date: Thu, 12 Nov 2020 10:14:55 +0100 Subject: [PATCH] Change path of submodule to relative. Fix #104 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8c8b2d224..65a79b082 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/tests_api"] path = tests/tests_api - url = https://gitlab.syncad.com/hive/tests_api.git + url = ../tests_api.git -- GitLab