From 1b68d12ab3942e232e651d6867d2d27fad2cc950 Mon Sep 17 00:00:00 2001 From: ek-dyoder Date: Thu, 16 Jul 2026 17:44:17 -0400 Subject: [PATCH] revert test commit after gitea upgrade --- Create-BatteryReport.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Create-BatteryReport.ps1 b/Create-BatteryReport.ps1 index a37ddd1..0748804 100644 --- a/Create-BatteryReport.ps1 +++ b/Create-BatteryReport.ps1 @@ -26,7 +26,6 @@ Catch { Exit 1 } - # Make sure powercfg succeeded and actually produced the report If ( $XmlProcess.ExitCode -ne 0 ) { Write-Error "powercfg failed to generate the XML battery report with exit code $($XmlProcess.ExitCode)"