From b90e5ad5dfebe8ded9aa2ff0e9dcba3d83ea5a25 Mon Sep 17 00:00:00 2001 From: hollydinkel Date: Thu, 21 Mar 2024 10:08:39 -0700 Subject: [PATCH] [FIX] use https instead of ssh in .gitmodule definition of fastcd --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f3d5593..5cd2ba5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "fast_change_detection"] path = fast_change_detection - url = git@github.com:hollydinkel/fast_change_detection.git + url = https://github.com/hollydinkel/fast_change_detection.git [submodule "catkin"] path = catkin url = https://github.com/ros/catkin.git