From 200d505e3d0fa977ff8048f2837cb4aa04d3e5ad Mon Sep 17 00:00:00 2001 From: Yuri Albuquerque Date: Wed, 18 Sep 2019 17:55:11 -0300 Subject: [PATCH] Changing the git submodule to an absolute path. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 80c5bcf..3e1ff26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "randomx"] path = randomx - url = ../randomx.git + url = git@gitlab.com:epiccash/randomx.git