Fix for Syntax error

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
2026-01-17 17:34:30 -06:00
committed by GitHub
parent 621351163b
commit 83705e10d9

View File

@@ -306,10 +306,10 @@ Supports both Joomla and Dolibarr extensions with automatic platform detection.
)
result = {
"status": "success",
"zip_path": str(zip_path)
}
common.json_output(result)
"status": "success",
"zip_path": str(zip_path)
}
common.json_output(result)
return 0