From 9cda8f4e7e818c888dc72179dc73bc0f0ca4a964 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 13 Oct 2018 01:40:52 +0200 Subject: [PATCH] Misc --- cc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.sh b/cc.sh index 313258411..38f88232c 100755 --- a/cc.sh +++ b/cc.sh @@ -45,7 +45,7 @@ fi dotnet --info if [[ "$PULL" -eq 1 && -d ".git" ]] && hash git 2>/dev/null; then - git pull || true + git pull --recurse-submodules || true fi if [[ ! -f "$SOLUTION" ]]; then