From 83705e10d9ab7c94507c5b352d956e8f8d5a68f3 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:34:30 -0600 Subject: [PATCH] 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> --- scripts/release/package_extension.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.1