diff --git a/setupTmp.ps1 b/setupTmp.ps1 index 7ff0043..4d5c18a 100644 --- a/setupTmp.ps1 +++ b/setupTmp.ps1 @@ -141,7 +141,7 @@ function DownloadFiles { foreach ($fileInfo in $filesToDownload) { $filePath = Join-Path $tmpPath $fileInfo.FileName - Write-Host "Downloading $($fileInfo.FileName)..." + Write-Host "Checking $($fileInfo.FileName)..." if (-not (Test-Path -Path $filePath -PathType Leaf)) { Write-Host "File not found, downloading..."