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