From b30f82191a915b7c54d1bc505a5ee4b7ec87a11f Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Mon, 20 Oct 2025 15:29:49 -0400 Subject: [PATCH] build for 1.0.4-test. Fixed a trailing comma in JSON. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b2708a40..c06385f9 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ export APPS_JSON='[ { "url": "https://github.com/frappe/hrms", "branch": "v15.15.0" - }, + } ]' export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) export TAG="1.0.4-test" # Change this