Skip to content

Commit 6402a91

Browse files
authored
Fix char typo [skip ci]
1 parent 6095f18 commit 6402a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
# need to hang here for 5 minutes (5 * 60)
1515
"Waiting 5 minutes to let package process flow in NuGet providers..." | Write-Host -ForegroundColor White
1616

17-
For ($i=300; $i -gt 0; $i-)
17+
For ($i=300; $i -gt 0; $i--)
1818
{
1919
Write-Host "`r$i seconds remaining " -NoNewLine
2020
Start-Sleep -Seconds 1

0 commit comments

Comments
 (0)