From 176fe7fd82a0d21dadb9c79e02bbab083ddeeeef Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 20 Jun 2024 12:11:44 +0200 Subject: [PATCH] Better output --- setupTmp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."