From ead83c16a60793d914a3370d46dd8e22d98e107a Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Thu, 28 Feb 2019 05:01:07 +0000 Subject: [PATCH] Add .git to BearSSL repo reference (#5827) 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 2b868527c..23463b76a 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