We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97150b8 commit 2e1d745Copy full SHA for 2e1d745
update-solution.ps1
@@ -2,7 +2,7 @@
2
param (
3
)
4
Write-Output "Updating submodules ..."
5
-git submodule update --init --recursive --remote | Out-Null
+git submodule update --recursive --remote | Out-Null
6
7
. .\eng\scripts\update-solution.ps1
8
0 commit comments