From ddd2184b5a99c14c2a1b0a607e232872e7837f22 Mon Sep 17 00:00:00 2001 From: Adrian Petrescu Date: Sun, 9 Dec 2018 00:18:54 -0500 Subject: Fix typo in git submodule definition Git doesn't like the trailing slash in the .gitmodules urls. It makes git submodule updates fail. This fixes it --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e420501..1f6ef18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,4 +21,4 @@ url = https://github.com/iimarckus/stadiumgs-0x3fed000 [submodule "stadiumgs/gameboy"] path = stadiumgs/gameboy - url = https://github.com/iimarckus/stadiumgs-gameboy/ + url = https://github.com/iimarckus/stadiumgs-gameboy -- cgit v1.2.3