Fix for Syntax error #55

Merged
jmiller-moko merged 1 commits from finding-autofix-69aadfce into main 2026-01-17 23:34:48 +00:00

View File

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