Fix bad submodule path

The repository URL for extmod/ulab had a trailing slash, causing
errors when trying to clone it.

Closes #2762
This commit is contained in:
Lars Kellogg-Stedman 2020-04-11 08:59:51 -04:00
parent 44cf7988c0
commit abf79de785

2
.gitmodules vendored
View File

@ -109,7 +109,7 @@
url = https://github.com/adafruit/Adafruit_CircuitPython_Register.git
[submodule "extmod/ulab"]
path = extmod/ulab
url = https://github.com/v923z/micropython-ulab/
url = https://github.com/v923z/micropython-ulab
[submodule "frozen/Adafruit_CircuitPython_ESP32SPI"]
path = frozen/Adafruit_CircuitPython_ESP32SPI
url = https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI