From 3d5addc7778f5b81ef63471c0b8930deefe3e0f8 Mon Sep 17 00:00:00 2001 From: Jon McKay Date: Wed, 30 Sep 2015 17:36:02 -0700 Subject: [PATCH] Fixes the libuavcan submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 65afa74ad..1251ad31e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = git://github.com/PX4/NuttX.git [submodule "uavcan"] path = src/lib/uavcan - url = https://github.com/3drobotics/libuavcan + url = https://github.com/3drobotics/libuavcan.git [submodule "Tools/genmsg"] path = Tools/genmsg url = https://github.com/ros/genmsg.git