From 0296a26089dad70628b3300036b4c166d345984f Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 29 Nov 2020 15:45:07 -0500 Subject: [PATCH] Oops, forgot to commit changes --- .github/scripts/create-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 1f4c9ba9d..93fe3be7e 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -43,7 +43,7 @@ for APK in ${APKS[@]}; do done | jq -sr '[.[]]' > index.json # Alternate minified copy -cat index.json | jq -scr '.' > index.min.json +jq -c '.' < index.json > index.min.json # Alternate gzipped copy gzip -c index.json > index.json.gz