fix some code styling

This commit is contained in:
mcreekmore 2025-01-22 21:45:31 -05:00
parent f8137dde02
commit 62a5613c59

View File

@ -62,7 +62,7 @@ function Invoke-WinUtilUninstallPSProfile {
}
}
} catch {
Write-Host "Error removing registry keys: $($_.exception.message)" -foregroundcolor red
Write-Host "Error removing registry keys: $($_.exception.message)" -ForegroundColor Red
}
}