From 118920242578166d87451eec116da6691f579910 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 1 Apr 2013 23:09:07 +0200 Subject: Add git submodule sync to update To make existing repos actually change the URL. No idea why this is needed. --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 9e2bbb5..de1b51a 100755 --- a/update +++ b/update @@ -1,3 +1,4 @@ #!/bin/sh git pull +git submodule sync git submodule update --init -- cgit v1.2.3