We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4f609 commit 5246d67Copy full SHA for 5246d67
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