From b54762597aa3e450ae212ca67c63e02da87d5b40 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Tue, 2 Jul 2019 13:40:04 +0700 Subject: [PATCH] Avoid 'redirecting to' warnings when cloning --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index e32b97a7ab..150118b11e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,15 +56,15 @@ [submodule "components/protobuf-c/protobuf-c"] path = components/protobuf-c/protobuf-c - url = ../../protobuf-c/protobuf-c + url = ../../protobuf-c/protobuf-c.git [submodule "components/unity/unity"] path = components/unity/unity - url = ../../ThrowTheSwitch/Unity + url = ../../ThrowTheSwitch/Unity.git [submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"] path = examples/build_system/cmake/import_lib/main/lib/tinyxml2 - url = ../../leethomason/tinyxml2 + url = ../../leethomason/tinyxml2.git [submodule "components/esp_wifi/lib_esp32"] path = components/esp_wifi/lib_esp32