Skip to content

Commit

Permalink
fix: No init on updates (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Apr 8, 2024
1 parent 97150b8 commit 2e1d745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-solution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e1d745

Please sign in to comment.