diff --git a/disk_check.ps1 b/disk_check.ps1 index fc2499a..73c7a4b 100644 --- a/disk_check.ps1 +++ b/disk_check.ps1 @@ -24,7 +24,7 @@ Function Write-Log{ foreach ($i in $volumes) { if ($i.FileSystemLabel -eq "") { - Write-Output + Write-Output "" } else { $result=Repair-Volume -FileSystemLabel $i.FileSystemLabel -Scan