Skip to content

Commit ead83c1

Browse files
earlephilhowerdevyte
authored andcommitted
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.
1 parent 5632e81 commit ead83c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/d-a-v/esp82xx-nonos-linklayer.git
44
[submodule "tools/sdk/ssl/bearssl"]
55
path = tools/sdk/ssl/bearssl
6-
url = https://github.com/earlephilhower/bearssl-esp8266
6+
url = https://github.com/earlephilhower/bearssl-esp8266.git
77
[submodule "libraries/SoftwareSerial"]
88
path = libraries/SoftwareSerial
99
url = https://github.com/plerup/espsoftwareserial.git

0 commit comments

Comments
 (0)