From aa3729fd9fee41ae19aae7e6dfc6dbda2a22ec86 Mon Sep 17 00:00:00 2001 From: DReneau <53024966+DReneau@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:18:47 -0700 Subject: [PATCH] Update PowerShell_Docker_Containers.mkape Corrected spacing errors. --- Modules/Windows/PowerShell_Docker_Containers.mkape | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Windows/PowerShell_Docker_Containers.mkape b/Modules/Windows/PowerShell_Docker_Containers.mkape index 82f83c15a..0c4807b6c 100644 --- a/Modules/Windows/PowerShell_Docker_Containers.mkape +++ b/Modules/Windows/PowerShell_Docker_Containers.mkape @@ -22,7 +22,6 @@ Processors: while ($retryCount -lt $maxRetries) { try { - # Use Set-Content to write the combined data to the file Set-Content -Path $filePath -Value $dockerOutput -Encoding UTF8 -Force; Write-Host 'Docker details have been successfully written to: ' $filePath -ForegroundColor Green; break;