From e38dad6e87c85605867d94bbe3ed18a993467fe1 Mon Sep 17 00:00:00 2001 From: joan <jvallve@iri.upc.edu> Date: Wed, 11 Mar 2020 17:29:38 +0100 Subject: [PATCH] ostia ya --- .gitmodules | 4 ++-- deps => deps/RTKLIB | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename deps => deps/RTKLIB (100%) diff --git a/.gitmodules b/.gitmodules index 0263946..0479bd7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "deps"] - path = deps +[submodule "deps/RTKLIB"] + path = deps/RTKLIB url = ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/gauss_project/RTKLIB.git diff --git a/deps b/deps/RTKLIB similarity index 100% rename from deps rename to deps/RTKLIB -- GitLab