diff --git a/scripts/release/package_extension.py b/scripts/release/package_extension.py index 99a4b55..c7df5c3 100755 --- a/scripts/release/package_extension.py +++ b/scripts/release/package_extension.py @@ -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