diff --git a/update-solution.ps1 b/update-solution.ps1 index b6f2583..a100d91 100644 --- a/update-solution.ps1 +++ b/update-solution.ps1 @@ -2,7 +2,7 @@ param ( ) Write-Output "Updating submodules ..." -git submodule update --init --recursive --remote | Out-Null +git submodule update --recursive --remote | Out-Null . .\eng\scripts\update-solution.ps1