From b75b2c0dcd1b4176df6998a2fbbc4c31c6bb87f5 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Wed, 4 Sep 2019 09:18:21 -0500 Subject: [PATCH] append missing '.git' to submod URLs --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 237e5c4c..176a829e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -438,7 +438,7 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git [submodule "libraries/helpers/lifx"] path = libraries/helpers/lifx - url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX + url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX.git [submodule "libraries/helpers/hue"] path = libraries/helpers/hue url = https://github.com/adafruit/Adafruit_CircuitPython_Hue.git @@ -480,10 +480,10 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_RGBLED.git [submodule "libraries/helpers/pyoa"] path = libraries/helpers/pyoa - url = https://github.com/adafruit/Adafruit_CircuitPython_PYOA + url = https://github.com/adafruit/Adafruit_CircuitPython_PYOA.git [submodule "libraries/helpers/turtle"] path = libraries/helpers/turtle - url = https://github.com/adafruit/Adafruit_CircuitPython_turtle + url = https://github.com/adafruit/Adafruit_CircuitPython_turtle.git [submodule "libraries/drivers/vcnl4040"] path = libraries/drivers/vcnl4040 url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4040.git