diff --git a/ue4-get-latest.ps1 b/ue4-get-latest.ps1 index de7597d..5a60161 100644 --- a/ue4-get-latest.ps1 +++ b/ue4-get-latest.ps1 @@ -71,7 +71,7 @@ try { # Use rebase pull to keep simpler Write-Output "Pulling latest from Git..." - git pull --rebase + git pull --rebase --recurse-submodules if ($LASTEXITCODE -ne 0) { Write-Output "ERROR: git pull failed!" exit 5