From 0e2eb2dd74a4e3573049b20957b712f3dabca0b3 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Wed, 27 Feb 2019 08:34:36 -0800 Subject: [PATCH] Add .git to BearSSL repo reference The BearSSL submodule reference is missing the .git extension on the URL. Add it, to match the rest of the repos. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2b868527c9..23463b76a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/d-a-v/esp82xx-nonos-linklayer.git [submodule "tools/sdk/ssl/bearssl"] path = tools/sdk/ssl/bearssl - url = https://github.com/earlephilhower/bearssl-esp8266 + url = https://github.com/earlephilhower/bearssl-esp8266.git [submodule "libraries/SoftwareSerial"] path = libraries/SoftwareSerial url = https://github.com/plerup/espsoftwareserial.git