From 9f8dcec5a48fcec994a796fb3115ad864d5965a6 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Fri, 24 Apr 2020 20:40:09 +0800 Subject: [PATCH] fix: we don't use submodule any more --- update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update.sh b/update.sh index 0b8ca1e..b4aa1c8 100644 --- a/update.sh +++ b/update.sh @@ -11,7 +11,6 @@ case "$1" in testing) git fetch git pull --all - git submodule update ;; *) ;;