From b2fb28192384c4fad80098b669ffccb38416b524 Mon Sep 17 00:00:00 2001 From: Alex Berry Date: Wed, 4 Mar 2020 23:45:52 +0000 Subject: [PATCH] Quoting error, cleaning --- compile.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.ps1 b/compile.ps1 index 394d95f..d0d1036 100644 --- a/compile.ps1 +++ b/compile.ps1 @@ -16,12 +16,12 @@ if ($Log) { # If $Cores param is set to 0, detect how many cores this machine has, else use $Cores if ($Cores-ne 0) { - Write-Host "Overriding core count with $Cores." $MaxThreads = $Cores + Write-Host "Overriding core count with $Cores." } else { $MaxThreads = (Get-WmiObject -Class Win32_Processor).NumberOfLogicalProcessors - Write-Host "Running with $MaxThreads" Cores by default. + Write-Host "Running with $MaxThreads Cores by default." } # Generate a list of files to process