Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: No init on updates (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Apr 8, 2024
1 parent 55dde87 commit b9b00b6
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
@@ -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

0 comments on commit b9b00b6

Please sign in to comment.