Skip to content

Commit 2e1d745

Browse files
authored
fix: No init on updates (#131)
1 parent 97150b8 commit 2e1d745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-solution.ps1

Lines changed: 1 addition & 1 deletion
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)