From 37a73d5c94e577857c8fb403f6e2cb25142d0cfd Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 3 Feb 2020 16:33:49 -0800 Subject: [PATCH] specify commaai in submodules url (#1049) --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index e79a116b5..18e7b86c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,16 @@ [submodule "panda"] path = panda - url = ../panda.git + url = ../../commaai/panda.git [submodule "opendbc"] path = opendbc - url = ../opendbc.git + url = ../../commaai/opendbc.git [submodule "laika_repo"] path = laika_repo - url = ../laika.git + url = ../../commaai/laika.git [submodule "apks"] path = apks - url = ../openpilot-apks.git + url = ../../commaai/openpilot-apks.git [submodule "cereal"] path = cereal - url = ../cereal.git + url = ../../commaai/cereal.git