test commit after gitea upgrade

This commit is contained in:
2026-07-16 17:43:45 -04:00
parent 912bff8d81
commit f5e12804be
+1
View File
@@ -26,6 +26,7 @@ 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)"