Skip to content

Commit 5246d67

Browse files
authored
fix: No init on updates (#219)
1 parent 5e4f609 commit 5246d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-solution.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param (
33
)
44
Write-Output "Updating submodules ..."
5-
git submodule update --init --recursive --remote | Out-Null
5+
git submodule update --recursive --remote | Out-Null
66

77
. .\eng\scripts\update-solution.ps1
88

0 commit comments

Comments
 (0)