Use compact output flag for repo JSON file

This commit is contained in:
arkon 2020-06-17 18:03:08 -04:00
parent a2f9d6a4fd
commit b6e6a9abc0
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ for APK in ${APKS[@]}; do
--arg version "$VNAME" \
'{name:$name, pkg:$pkg, apk:$apk, lang:$lang, code:$code, version:$version}'
done | jq -sr '[.[]]' > index.json
done | jq -scr '[.[]]' > index.json