From c73536733a4749b399544be297c7b0f4eeac00c4 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 26 Dec 2018 02:53:06 +0100 Subject: [PATCH] Misc --- cc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.sh b/cc.sh index 37a2d4e01..1dd4c72c0 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 --recurse-submodules || true + git pull --recurse-submodules=on-demand || true fi if [[ ! -f "$SOLUTION" ]]; then