Skip to content

Commit 78aff98

Browse files
authored
Merge pull request #81009 from compnerd/fetch
utils: correct the logging for `Get-Dependencies`
2 parents 7d20056 + e444755 commit 78aff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ function Invoke-VsDevShell([Hashtable] $Platform) {
868868
}
869869

870870
function Get-Dependencies {
871-
Write-Host "[$([DateTime]::Now.ToString("yyyy-MM-dd HH:mm:ss"))] Fetch-Dependencies ..." -ForegroundColor Cyan
871+
Write-Host "[$([DateTime]::Now.ToString("yyyy-MM-dd HH:mm:ss"))] Get-Dependencies ..." -ForegroundColor Cyan
872872
$ProgressPreference = "SilentlyContinue"
873873

874874
$WebClient = New-Object Net.WebClient

0 commit comments

Comments
 (0)