Skip to content

Commit

Permalink
Update PowerShell_Docker_Containers.mkape
Browse files Browse the repository at this point in the history
Corrected spacing errors.
  • Loading branch information
DReneau authored Oct 19, 2024
1 parent 9122a09 commit aa3729f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/Windows/PowerShell_Docker_Containers.mkape
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa3729f

Please sign in to comment.